summaryrefslogtreecommitdiffstats
path: root/usr.bin/which
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/which')
-rw-r--r--usr.bin/which/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile
index 7f0a9c7..af5532e 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud