aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.8/pkg-install
blob: e0d6a6bc7a461ddff1bb9b0d471ccb4ec98679c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

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

INCLUDEDIR=/usr/include

install -d ${PREFIX}/lib/perl5/site_perl/5.6.1/arch
cd ${INCLUDEDIR} && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h


exit 0