diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-10-02 23:03:53 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-10-02 23:03:53 +0800 |
commit | b17aa0e11222141b91e358f9869d8a5d5b0d30bc (patch) | |
tree | 1d24df463d17292cf490f302be83bfd3e0d4194f /lang | |
parent | 87c4ebc7be55ac2ccccf9e5c8c80473d208b0b39 (diff) | |
download | freebsd-ports-gnome-b17aa0e11222141b91e358f9869d8a5d5b0d30bc.tar.gz freebsd-ports-gnome-b17aa0e11222141b91e358f9869d8a5d5b0d30bc.tar.zst freebsd-ports-gnome-b17aa0e11222141b91e358f9869d8a5d5b0d30bc.zip |
Fix pkg-install script (which fixes reported incomplete pkg-plist error).
PR: ports/85255
Submitted by: Marco van de Voort <marcov@stack.nl> (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fpc-devel/Makefile | 4 | ||||
-rw-r--r-- | lang/fpc-devel/pkg-install | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/lang/fpc-devel/Makefile b/lang/fpc-devel/Makefile index 8ad82093abb3..056df2c104d8 100644 --- a/lang/fpc-devel/Makefile +++ b/lang/fpc-devel/Makefile @@ -17,10 +17,6 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= marco@freepascal.org COMMENT= Delphi and Turbo Pascal compatible Pascal (commandline) compiler -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - .include <bsd.port.pre.mk> USE_GMAKE= yes diff --git a/lang/fpc-devel/pkg-install b/lang/fpc-devel/pkg-install index 7e0bb4131784..277bec3c0ace 100644 --- a/lang/fpc-devel/pkg-install +++ b/lang/fpc-devel/pkg-install @@ -7,7 +7,8 @@ ACTION=$2 FILES_DELETE="bin/ppc386 etc/fpc.cfg etc/fpc.cfg.orig" -LIBDIR=${PKG_PREFIX}/lib/fpc/${PKGNAME##fpc-} +LIBDIR=${PKG_PREFIX}/lib/fpc/${PKGNAME##fpc-devel-} +LIBDIR=${LIBDIR%_*} CHMOD=/bin/chmod LN=/bin/ln |