summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-08-25 15:37:47 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-08-25 15:37:47 +0000
commit441168b774acce1e891b0033439294361e3b1c77 (patch)
tree33ee1a013e414890f118e25d3baa68b65522c8bd /gnu/usr.bin
parent71ec949299cd46e2df5d811187cac54d7dde2e7b (diff)
Stuff we're not ready for, yet.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/perl/Makefile.bsd-wrapper11
1 files changed, 10 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper
index d5ebfb66fdb..a375c4a9b4c 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.3 1996/08/21 06:58:46 downsj Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.4 1996/08/25 15:37:46 downsj Exp $
#
# Build wrapper for Perl 5.003.
#
@@ -7,6 +7,8 @@
# with the one installed with X11.
LNDIR= /usr/bin/lndir
+#H2PH= /usr/bin/h2ph
+
MAN= x2p/a2p.man x2p/s2p.man pod/perl.man pod/perlbook.man \
pod/perlbot.man pod/perlcall.man pod/perldata.man \
pod/perldebug.man pod/perldiag.man pod/perldsc.man \
@@ -76,6 +78,13 @@ x2p/cflags:
install: ${MANALL} maninstall
(cd ${.OBJDIR}; ${MAKE} install)
+#.ifndef DESTDIR
+# (cd /usr/include; ${H2PH} *.h arpa/*.h machine/*.h net/*.h \
+# protocols/*.h sys/*.h)
+#.else
+# @echo Perl headers must be installed by hand when DESTDIR is set.
+#.endif
+# -chmod -R a+rX ${DESTDIR}/usr/lib/perl5
clean:
-@if [ -e Makefile ]; then ${MAKE} realclean; fi