aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.8/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5.8/pkg-install')
-rw-r--r--lang/perl5.8/pkg-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/perl5.8/pkg-install b/lang/perl5.8/pkg-install
new file mode 100644
index 000000000000..bf9dcb3f3a49
--- /dev/null
+++ b/lang/perl5.8/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