From 797ed923862ee4fb5b8c673fb00803c99444a4cd Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Thu, 22 Mar 2001 15:17:46 +0000 Subject: 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! --- lang/perl5.12/pkg-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/perl5.12/pkg-install') diff --git a/lang/perl5.12/pkg-install b/lang/perl5.12/pkg-install index adbce4a3ecf6..87725be2bc36 100644 --- a/lang/perl5.12/pkg-install +++ b/lang/perl5.12/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 -- cgit v1.2.3