diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-05 20:10:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-05 20:10:50 +0000 |
commit | 0170c3f28277ab119a97c4989ea22cc0e42c3bbc (patch) | |
tree | 34428bf109b3a5419a1d3dfe68d28e18b147b051 | |
parent | 5ed57833458d14ccc5cdd6a0af13df18e860705c (diff) |
run h2ph with -d ${DESTDIR}
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index c68eebb2a3c..debedc40a5c 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.16 1998/04/25 06:56:25 niklas Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.17 1998/07/05 20:10:49 millert Exp $ # # Build wrapper for Perl 5.003. # @@ -193,8 +193,8 @@ maninstall: .endif install: install.perl ${MANALL} maninstall - (cd ${DESTDIR}/usr/include; ${H2PH} *.h arpa/*.h machine/*.h net/*.h \ - protocols/*.h sys/*.h) + (cd ${DESTDIR}/usr/include; ${H2PH} -d ${DESTDIR} *.h arpa/*.h \ + machine/*.h net/*.h protocols/*.h sys/*.h) -chmod -R a+rX ${DESTDIR}/usr/lib/perl5 install.perl: |