diff options
author | markm <markm@FreeBSD.org> | 2001-03-22 15:17:46 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-03-22 15:17:46 +0000 |
commit | 9dce7ddd34b7a05a7dc9e55d8131e5e1c1734d25 (patch) | |
tree | a1afb15b9f139bb62ddd956d3951df423ce398b3 /lang/perl5/pkg-install | |
parent | 80c9e8c37c6883e7c56a54646586ba666dc9d2c0 (diff) | |
download | FreeBSD-ports-9dce7ddd34b7a05a7dc9e55d8131e5e1c1734d25.zip FreeBSD-ports-9dce7ddd34b7a05a7dc9e55d8131e5e1c1734d25.tar.gz |
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!
Diffstat (limited to 'lang/perl5/pkg-install')
-rw-r--r-- | lang/perl5/pkg-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/pkg-install b/lang/perl5/pkg-install index adbce4a..87725be 100644 --- a/lang/perl5/pkg-install +++ b/lang/perl5/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 |