1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

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)
This commit is contained in:
Mark Murray 1998-10-15 18:50:04 +00:00
parent bc1b1dad36
commit dcd7d6b121
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40400

View File

@ -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}