diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-05 20:20:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-05 20:20:45 +0000 |
commit | 15e19bc820e9e8f29cd8ec7ada12b588c59b08ba (patch) | |
tree | 398c82519ced8d9078fbad68b12a7b5b00c70b22 /gnu | |
parent | 0170c3f28277ab119a97c4989ea22cc0e42c3bbc (diff) |
use correct directory for h2ph -d
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index debedc40a5c..9d79cf74fa3 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.17 1998/07/05 20:10:49 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.18 1998/07/05 20:20:44 millert Exp $ # # Build wrapper for Perl 5.003. # @@ -193,8 +193,9 @@ maninstall: .endif install: install.perl ${MANALL} maninstall - (cd ${DESTDIR}/usr/include; ${H2PH} -d ${DESTDIR} *.h arpa/*.h \ - machine/*.h net/*.h protocols/*.h sys/*.h) + (cd ${DESTDIR}/usr/include; ${H2PH} \ + -d ${DESTDIR}/usr/lib/perl5/site_perl/${MACHINE}-openbsd \ + *.h arpa/*.h machine/*.h net/*.h protocols/*.h sys/*.h) -chmod -R a+rX ${DESTDIR}/usr/lib/perl5 install.perl: |