summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/send-pr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/send-pr/Makefile')
-rw-r--r--gnu/usr.bin/send-pr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/send-pr/Makefile b/gnu/usr.bin/send-pr/Makefile
index a3a765b..5504a1c 100644
--- a/gnu/usr.bin/send-pr/Makefile
+++ b/gnu/usr.bin/send-pr/Makefile
@@ -24,9 +24,9 @@ send-pr.el: send-pr-el.in Makefile
${.ALLSRC:N*Makefile} > ${.TARGET}
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
send-pr ${DESTDIR}${BINDIR}/send-pr
- install -c -o ${BINOWN} -g ${BINGRP} -m 0644 \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 0644 \
${.CURDIR}/categories ${DESTDIR}/etc/gnats/freefall
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud