summaryrefslogtreecommitdiff
path: root/lang/perl5.16/pkg-install
blob: 87725be2bc3698039bb0510f6a897fafbd5f1361 (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}/lib/perl5/site_perl/5.6.0/arch
cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h


exit 0