summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/x2p/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/x2p/Makefile')
-rw-r--r--gnu/usr.bin/perl/x2p/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/x2p/Makefile b/gnu/usr.bin/perl/x2p/Makefile
index cc6c2fe..8057dfb 100644
--- a/gnu/usr.bin/perl/x2p/Makefile
+++ b/gnu/usr.bin/perl/x2p/Makefile
@@ -11,9 +11,9 @@ DPADD= ${LIBM}
MAN1+= a2p.1 s2p.1 h2ph.1
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/s2p \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/s2p \
${DESTDIR}${BINDIR}
- install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/h2ph \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/h2ph \
${DESTDIR}${BINDIR}
afterinstall:
OpenPOWER on IntegriCloud