summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-09-17 01:14:18 +0000
committerpst <pst@FreeBSD.org>1996-09-17 01:14:18 +0000
commit9c17158b2b6886d96775677e3f2c488a62c28882 (patch)
treeb5839a555d39682e20dec26551bf01135b401e5b /gnu/usr.bin
parent7393f67a3ada5f2ccabaa342bc00a7238c3b57f6 (diff)
downloadFreeBSD-src-9c17158b2b6886d96775677e3f2c488a62c28882.zip
FreeBSD-src-9c17158b2b6886d96775677e3f2c488a62c28882.tar.gz
Grab h2ph from /usr/bin, not /usr/local/bin!
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/perl/x2p/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/x2p/Makefile b/gnu/usr.bin/perl/x2p/Makefile
index 8057dfb..a355d9a 100644
--- a/gnu/usr.bin/perl/x2p/Makefile
+++ b/gnu/usr.bin/perl/x2p/Makefile
@@ -17,7 +17,7 @@ beforeinstall:
${DESTDIR}${BINDIR}
afterinstall:
- (DESTDIR=${DESTDIR}; cd ${DESTDIR}/usr/include; h2ph * sys/*)
+ (DESTDIR=${DESTDIR}; cd ${DESTDIR}/usr/include; ${BINDIR}/h2ph * sys/*)
.include "../../Makefile.inc"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud