aboutsummaryrefslogtreecommitdiffstats
path: root/lang/perl5.16/pkg-install
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2004-05-31 07:13:56 +0800
committertobez <tobez@FreeBSD.org>2004-05-31 07:13:56 +0800
commit4acca40ca9135757d9a15b44f34ae34e19bbf48c (patch)
tree49e7d0becf81655b22af847e874bfa0b20305c9d /lang/perl5.16/pkg-install
parent1d5c7bb3db9b28a535057fa12dc7ec6bdc710a4f (diff)
downloadfreebsd-ports-gnome-4acca40ca9135757d9a15b44f34ae34e19bbf48c.tar.gz
freebsd-ports-gnome-4acca40ca9135757d9a15b44f34ae34e19bbf48c.tar.zst
freebsd-ports-gnome-4acca40ca9135757d9a15b44f34ae34e19bbf48c.zip
1. Update to 5.8.4.
2. Make this port respect Makefile.local. 3. Transfer manpages to Makefile.man. 4. Move manpages for modules, included into distribution, into lib/perl5/PERL_VER/perl/man/man3, to eliminate file conflicts with p5 ports for modules included with perl. 5. Use PREFIX/SITE_PERL_REL instead of SITE_PERL in the Makefile. 6. Switch to bzipped sources. 7. Other small adjustments. PR: 65925, 66096, 67205 Submitted by: foxfair (1), Charles Swiger <chuck@pkix.net> (1), krion (3) Reported by: Roy Badami <roy@gnomon.org.uk> (2)
Diffstat (limited to 'lang/perl5.16/pkg-install')
-rw-r--r--lang/perl5.16/pkg-install4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/perl5.16/pkg-install b/lang/perl5.16/pkg-install
index eb3fde91af87..a1544bccac42 100644
--- a/lang/perl5.16/pkg-install
+++ b/lang/perl5.16/pkg-install
@@ -6,7 +6,9 @@ fi
INCLUDEDIR=/usr/include
-install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.2/mach
+install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.4/mach
+install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.4/auto
+install -d ${PKG_PREFIX}/lib/perl5/5.8.4/man/man3
cd ${INCLUDEDIR} && ${PKG_PREFIX}/bin/h2ph *.h machine/*.h sys/*.h
if [ -z "${OSVERSION}" ]; then