summaryrefslogtreecommitdiff
path: root/japanese/perl5/pkg-install
blob: 3761b9cabd3dd557697b0d87efe0f5e921a8b65a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ "$2" != POST-INSTALL ] ; then
	exit 0
fi

install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.005/i386-freebsd
cd /usr/include && ${PREFIX:-/usr/local}/bin/h2ph *.h machine/*.h sys/*.h

exit 0