summaryrefslogtreecommitdiffstats
path: root/lang/perl5.6/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5.6/pkg-install')
-rw-r--r--lang/perl5.6/pkg-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5.6/pkg-install b/lang/perl5.6/pkg-install
index adbce4a..87725be 100644
--- a/lang/perl5.6/pkg-install
+++ b/lang/perl5.6/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
OpenPOWER on IntegriCloud