summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-10-15 18:50:04 +0000
committermarkm <markm@FreeBSD.org>1998-10-15 18:50:04 +0000
commit45d6171cea0b7b20eb4213c5bccb375c081c4bb6 (patch)
treecae09d92e43830b3456c9e63a9f01576f301a321 /gnu
parent9ede5f09d8b8ef6b5832bf78abf3b2c68b93f84f (diff)
downloadFreeBSD-src-45d6171cea0b7b20eb4213c5bccb375c081c4bb6.zip
FreeBSD-src-45d6171cea0b7b20eb4213c5bccb375c081c4bb6.tar.gz
Properly install the *.h files in CORE and Config.pm where it wants to be.
This should fix a substantial number of broken p5-* ports. Tested-on: x11-toolkits/p5-Tk (Amongst others)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/perl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/perl/Makefile b/gnu/usr.bin/perl/perl/Makefile
index 6442782..b3a9d3e 100644
--- a/gnu/usr.bin/perl/perl/Makefile
+++ b/gnu/usr.bin/perl/perl/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.14 1998/09/23 06:05:28 markm Exp $
+# $Id: Makefile,v 1.15 1998/10/11 18:13:42 markm Exp $
#
PROG= perl
@@ -150,5 +150,11 @@ install:
cd ${.OBJDIR}/lib ;\
${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \
*.3.gz ${DESTDIR}/usr/share/perl/man/man3
+ cd ${.OBJDIR} ;\
+ ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
+ *.h ${DESTDIR}/usr/libdata/perl/5.00502/mach/CORE
+ cd ${.OBJDIR} ;\
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ Config.pm ${DESTDIR}/usr/libdata/perl/5.00502/mach
.PATH: ${PERL5SRC}
OpenPOWER on IntegriCloud