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-install11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/perl5.8/pkg-install b/lang/perl5.8/pkg-install
deleted file mode 100644
index adbce4a3ecf6..000000000000
--- a/lang/perl5.8/pkg-install
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-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
-
-
-exit 0