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.12 | |
parent | 517e01713a1c38f742a5914ff3bb59845c18886d (diff) | |
download | ports-e5075774e40c5fac0b636d469f789c8d4a8377dc.tar.gz ports-e5075774e40c5fac0b636d469f789c8d4a8377dc.zip |
Notes
Diffstat (limited to 'lang/perl5.12')
-rw-r--r-- | lang/perl5.12/pkg-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/perl5.12/pkg-install b/lang/perl5.12/pkg-install index bf9dcb3f3a49..adbce4a3ecf6 100644 --- a/lang/perl5.12/pkg-install +++ b/lang/perl5.12/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 |