mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
62e0e80351
PR: ports/8201 Obsoletes: ports/7849 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Modified by: Japanese Ports Team
11 lines
204 B
Bash
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
|