summaryrefslogtreecommitdiff
path: root/lang/perl5.8/pkg-install
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-03-22 15:17:46 +0000
committerMark Murray <markm@FreeBSD.org>2001-03-22 15:17:46 +0000
commit797ed923862ee4fb5b8c673fb00803c99444a4cd (patch)
tree125e0cda450175e54f0ab6bfa13f0614dce24d80 /lang/perl5.8/pkg-install
parentAdd Extipl, a partition-selectable boot loader/installer which (diff)
Upgrade this to perl5.6.0 for _knowledgeable_ folks in STABLE who
really want it. This is still marked FORBIDDEN as there may be all sorts of horrible incompatabilities with the perl5 in "base", but folks who are willing to override this and experiment are welcome. Consider this to be only partially supported. I'll happily commit patches and fixes, but I don't want to answer too many questions. Sorry!
Notes
Notes: svn path=/head/; revision=40213
Diffstat (limited to 'lang/perl5.8/pkg-install')
-rw-r--r--lang/perl5.8/pkg-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5.8/pkg-install b/lang/perl5.8/pkg-install
index adbce4a3ecf6..87725be2bc36 100644
--- a/lang/perl5.8/pkg-install
+++ b/lang/perl5.8/pkg-install
@@ -4,8 +4,8 @@ if [ "$2" != POST-INSTALL ] ; then
exit 0
fi
-install -d ${PREFIX:-/usr/local}/lib/perl5/site_perl/5.005/i386-freebsd
-cd /usr/include && ${PREFIX:-/usr/local}/bin/h2ph *.h machine/*.h sys/*.h
+install -d ${PREFIX}/lib/perl5/site_perl/5.6.0/arch
+cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h
exit 0