summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/x2p
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-12 05:10:07 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-12 05:10:07 +0000
commitd2516625b3e529d0c2b3ebe023f33257284a6cb3 (patch)
tree4fbf1aaabd42d86aad8b1e284134f1aca47945fa /gnu/usr.bin/perl/x2p
parentd389bc70000ef7c073f77498263136a965abb5bd (diff)
downloadFreeBSD-src-d2516625b3e529d0c2b3ebe023f33257284a6cb3.zip
FreeBSD-src-d2516625b3e529d0c2b3ebe023f33257284a6cb3.tar.gz
Include of bsd.prog.mk should almost always be the last line of the file.
Fix missing ${DESTDIR} in 2 places (rgrimes) Submitted by: bde
Diffstat (limited to 'gnu/usr.bin/perl/x2p')
-rw-r--r--gnu/usr.bin/perl/x2p/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/x2p/Makefile b/gnu/usr.bin/perl/x2p/Makefile
index e64802a..15146d8 100644
--- a/gnu/usr.bin/perl/x2p/Makefile
+++ b/gnu/usr.bin/perl/x2p/Makefile
@@ -10,9 +10,10 @@ DPADD= ${LIBM}
MAN1+= a2p.1 s2p.1 h2ph.1
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/s2p ${BINDIR}
- install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/h2ph ${BINDIR}
+ install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/s2p \
+ ${DESTDIR}${BINDIR}
+ install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/h2ph \
+ ${DESTDIR}${BINDIR}
-.include <bsd.prog.mk>
.include "../../Makefile.inc"
-
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud