From 4325752c55741edf77fb2f1d08e1c059a8a3c225 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 25 Jul 1995 00:22:50 +0000 Subject: Change `install' to `${INSTALL}' as usual. Remove the extra slash in ${DESTDIR}/${BINDIR}. --- usr.bin/lorder/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/lorder') diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile index dc7f905..a1682d1 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 -- cgit v1.1