summaryrefslogtreecommitdiff
path: root/lang/perl5.12/pkg-install
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-08-07 12:33:29 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-08-07 12:33:29 +0000
commit517e01713a1c38f742a5914ff3bb59845c18886d (patch)
tree667bb5acb466a7fdb784f1f991148abdc1fc37a7 /lang/perl5.12/pkg-install
parentUpdate for Perl 5.00501 and TK 8.0. Portlint while I am here. (diff)
generate .ph files on package install now
Notes
Notes: svn path=/head/; revision=12314
Diffstat (limited to 'lang/perl5.12/pkg-install')
-rw-r--r--lang/perl5.12/pkg-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/perl5.12/pkg-install b/lang/perl5.12/pkg-install
new file mode 100644
index 000000000000..bf9dcb3f3a49
--- /dev/null
+++ b/lang/perl5.12/pkg-install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+if [ "$2" != POST-INSTALL ] ; then
+ exit 0
+fi
+
+cd /usr/include && ${PREFIX:-/usr/local}/bin/h2ph *.h machine/*.h sys/*.h
+
+
+exit 0