summaryrefslogtreecommitdiffstats
path: root/gnu
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
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')
-rw-r--r--gnu/usr.bin/perl/perl/Makefile3
-rw-r--r--gnu/usr.bin/perl/sperl/Makefile3
-rw-r--r--gnu/usr.bin/perl/tperl/Makefile3
-rw-r--r--gnu/usr.bin/perl/x2p/Makefile9
4 files changed, 8 insertions, 10 deletions
diff --git a/gnu/usr.bin/perl/perl/Makefile b/gnu/usr.bin/perl/perl/Makefile
index 668c867..3468e22 100644
--- a/gnu/usr.bin/perl/perl/Makefile
+++ b/gnu/usr.bin/perl/perl/Makefile
@@ -13,6 +13,5 @@ DPADD= ${LIBM}
DPADD+= ${LIBCRYPT}
LDADD+= -lcrypt
-.include <bsd.prog.mk>
.include "../../Makefile.inc"
-
+.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/perl/sperl/Makefile b/gnu/usr.bin/perl/sperl/Makefile
index 462f92e..c690f98 100644
--- a/gnu/usr.bin/perl/sperl/Makefile
+++ b/gnu/usr.bin/perl/sperl/Makefile
@@ -22,6 +22,5 @@ DPADD+= ${LIBCRYPT}
NOMAN=
-.include <bsd.prog.mk>
.include "../../Makefile.inc"
-
+.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/perl/tperl/Makefile b/gnu/usr.bin/perl/tperl/Makefile
index 9da248a..95ae50d 100644
--- a/gnu/usr.bin/perl/tperl/Makefile
+++ b/gnu/usr.bin/perl/tperl/Makefile
@@ -22,6 +22,5 @@ DPADD+= ${LIBCRYPT}
NOMAN=
-.include <bsd.prog.mk>
.include "../../Makefile.inc"
-
+.include <bsd.prog.mk>
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