summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-04-12 22:12:16 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-04-12 22:12:16 +0000
commitcb298440e38904728f51c61cd8d536ff9c20e43b (patch)
tree2a2b118c6e56fcff9e7db6e2b27d9abb6ddbdb80 /gnu
parentec7ad5f814c8c3d6fd6268dbe5bdca3574f70f18 (diff)
do h2ph for the whole include tree; millert@ ok
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper
index dd18c878faa..f9914f95df0 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.36 2000/04/09 06:00:49 millert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.37 2000/04/12 22:12:15 mickey Exp $
#
# Build wrapper for Perl 5.6.0
#
@@ -787,7 +787,7 @@ install: install.lib install.perl maninstall
-mkdir -p ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd
(cd ${DESTDIR}/usr/include; ${H2PH} \
-d ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd \
- *.h arpa/*.h machine/*.h net/*.h protocols/*.h sys/*.h)
+ `find . -name '*.h'`)
-chmod -R a+rX ${DESTDIR}/usr/libdata/perl5
install.perl: