freebsd-ports/japanese/perl5/pkg-install
Jun Kuriyama 62e0e80351 Update japanese perl5 to 5.005_02.
PR:		ports/8201
Obsoletes:	ports/7849
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Modified by:	Japanese Ports Team
1998-10-10 11:23:09 +00:00

11 lines
204 B
Bash

#!/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