aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.12/pkg-install
blob: adbce4a3ecf61cd9b1823b582980ffcf646977c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/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