diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-25 11:01:14 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-25 11:01:14 +0000 |
commit | 97ff74d7710445abfedc9a005997fda00f556509 (patch) | |
tree | 8ec7427370c8a600ba04bf050ee6f14633e22d85 /lang/perl5.8 | |
parent | Bump PORTREVISION due to last commit of dependency changes (diff) |
- Create PREFIX/SITE_PERL/PERL_ARCH/auto dirrectory on install
Pointed out by: kris
Approved by: tobez
Diffstat (limited to 'lang/perl5.8')
-rw-r--r-- | lang/perl5.8/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.8/pkg-install b/lang/perl5.8/pkg-install index ff389b6e9d86..f971f4563bd7 100644 --- a/lang/perl5.8/pkg-install +++ b/lang/perl5.8/pkg-install @@ -6,7 +6,7 @@ fi INCLUDEDIR=/usr/include -install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.5/mach +install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.5/mach/auto install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.5/auto install -d ${PKG_PREFIX}/lib/perl5/5.8.5/man/man3 cd ${INCLUDEDIR} && ${PKG_PREFIX}/bin/h2ph *.h machine/*.h sys/*.h |