summaryrefslogtreecommitdiff
path: root/lang/perl5.8/pkg-install
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-04-10 19:57:49 +0000
committerMark Murray <markm@FreeBSD.org>2001-04-10 19:57:49 +0000
commit47329499f60e33a71fa21b690500d87e81f11126 (patch)
tree6adddcc74263b12d8ac753cf303c833816efe6e9 /lang/perl5.8/pkg-install
parentAdd filedupe 1.1, a utility for quickly finding duplicate files. (diff)
Update for Perl 5.6.1.
As before, this is a "guru only" port. If you know what you are doing, go ahead and use it. If not - HANDS OFF! Perl 5.6.1 will be committed to "base" FreeBSD in a week or 2.
Notes
Notes: svn path=/head/; revision=41222
Diffstat (limited to 'lang/perl5.8/pkg-install')
-rw-r--r--lang/perl5.8/pkg-install4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/perl5.8/pkg-install b/lang/perl5.8/pkg-install
index 87725be2bc36..491a9dbd9a7a 100644
--- a/lang/perl5.8/pkg-install
+++ b/lang/perl5.8/pkg-install
@@ -4,8 +4,10 @@ if [ "$2" != POST-INSTALL ] ; then
exit 0
fi
+INCLUDEDIR=/usr/include
+
install -d ${PREFIX}/lib/perl5/site_perl/5.6.0/arch
-cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h
+cd ${INCLUDEDIR} && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h
exit 0