diff options
author | pst <pst@FreeBSD.org> | 1996-09-17 01:14:18 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-09-17 01:14:18 +0000 |
commit | 9c17158b2b6886d96775677e3f2c488a62c28882 (patch) | |
tree | b5839a555d39682e20dec26551bf01135b401e5b /gnu/usr.bin/perl | |
parent | 7393f67a3ada5f2ccabaa342bc00a7238c3b57f6 (diff) | |
download | FreeBSD-src-9c17158b2b6886d96775677e3f2c488a62c28882.zip FreeBSD-src-9c17158b2b6886d96775677e3f2c488a62c28882.tar.gz |
Grab h2ph from /usr/bin, not /usr/local/bin!
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r-- | gnu/usr.bin/perl/x2p/Makefile | 2 |
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> |