diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-08-07 14:16:20 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-08-07 14:16:20 +0000 |
commit | e5075774e40c5fac0b636d469f789c8d4a8377dc (patch) | |
tree | c82f87ec7a55bd91f6aac46b2991f728c3230954 /lang/perl5.8 | |
parent | generate .ph files on package install now (diff) |
create needed directories before making .ph files
Notes
Notes:
svn path=/head/; revision=12315
Diffstat (limited to 'lang/perl5.8')
-rw-r--r-- | lang/perl5.8/pkg-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/perl5.8/pkg-install b/lang/perl5.8/pkg-install index bf9dcb3f3a49..adbce4a3ecf6 100644 --- a/lang/perl5.8/pkg-install +++ b/lang/perl5.8/pkg-install @@ -4,6 +4,7 @@ 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 |