diff options
author | znerd <znerd@FreeBSD.org> | 2004-01-07 10:14:04 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2004-01-07 10:14:04 +0000 |
commit | a03651560bd797bfe0c2357256b2dc3df96dd0f3 (patch) | |
tree | f80515b9dfb0f51a598d6bf351b95835a617e758 /lang/fpc-devel/pkg-install | |
parent | 7c84369b0b849942bdf0811b16dd66ea7c5d8a40 (diff) | |
download | FreeBSD-ports-a03651560bd797bfe0c2357256b2dc3df96dd0f3.zip FreeBSD-ports-a03651560bd797bfe0c2357256b2dc3df96dd0f3.tar.gz |
Update to 1.0.10.
Additional change according to the submitter:
- Port compiles for the first time
- Port has 'gone on a diet'
PR: 60912
Submitted by: maintainer
Diffstat (limited to 'lang/fpc-devel/pkg-install')
-rw-r--r-- | lang/fpc-devel/pkg-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/fpc-devel/pkg-install b/lang/fpc-devel/pkg-install index 01797e8..7e0bb41 100644 --- a/lang/fpc-devel/pkg-install +++ b/lang/fpc-devel/pkg-install @@ -5,7 +5,7 @@ PKGNAME=$1 ACTION=$2 -FILES_DELETE="bin/fpc etc/fpc.cfg etc/fpc.cfg.orig" +FILES_DELETE="bin/ppc386 etc/fpc.cfg etc/fpc.cfg.orig" LIBDIR=${PKG_PREFIX}/lib/fpc/${PKGNAME##fpc-} @@ -19,7 +19,7 @@ case "$ACTION" in POST-INSTALL) ${CHMOD} 0555 ${LIBDIR}/ppc386 ${CHMOD} 0555 ${LIBDIR}/samplecfg - ${LN} -sf ${LIBDIR}/ppc386 ${PKG_PREFIX}/bin/fpc + ${LN} -sf ${LIBDIR}/ppc386 ${PKG_PREFIX}/bin/ppc386 ${SH} ${LIBDIR}/samplecfg ${LIBDIR} ${PKG_PREFIX}/etc ;; |