From 47329499f60e33a71fa21b690500d87e81f11126 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 10 Apr 2001 19:57:49 +0000 Subject: 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. --- lang/perl5.8/pkg-install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/perl5.8/pkg-install') 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 -- cgit v1.2.3