From 6eee579315c654f5d06b165ce593fa686aeafbb3 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 25 Jul 1995 00:22:50 +0000 Subject: [PATCH] Change `install' to `${INSTALL}' as usual. Remove the extra slash in ${DESTDIR}/${BINDIR}. --- usr.bin/lorder/Makefile | 4 ++-- usr.bin/pagesize/Makefile | 4 ++-- usr.bin/which/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile index dc7f9052db09..a1682d15d26c 100644 --- a/usr.bin/lorder/Makefile +++ b/usr.bin/lorder/Makefile @@ -3,7 +3,7 @@ MAN1= lorder.1 beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/lorder.sh ${DESTDIR}${BINDIR}/lorder .include diff --git a/usr.bin/pagesize/Makefile b/usr.bin/pagesize/Makefile index 2854a0a1c874..0f3418229ecc 100644 --- a/usr.bin/pagesize/Makefile +++ b/usr.bin/pagesize/Makefile @@ -3,7 +3,7 @@ MAN1= pagesize.1 install: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/pagesize.sh ${DESTDIR}/${BINDIR}/pagesize + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/pagesize.sh ${DESTDIR}${BINDIR}/pagesize .include diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile index 7f0a9c7996e9..af5532e24284 100644 --- a/usr.bin/which/Makefile +++ b/usr.bin/which/Makefile @@ -3,7 +3,7 @@ MAN1= which.1 beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/which.pl ${DESTDIR}/${BINDIR}/which + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/which.pl ${DESTDIR}${BINDIR}/which .include