From 6eee579315c654f5d06b165ce593fa686aeafbb3 Mon Sep 17 00:00:00 2001 From: Bruce Evans 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/which/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/which') diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile index 7f0a9c7996e94..af5532e242841 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 -- cgit v1.3