From b17aa0e11222141b91e358f9869d8a5d5b0d30bc Mon Sep 17 00:00:00 2001 From: lawrance Date: Sun, 2 Oct 2005 15:03:53 +0000 Subject: Fix pkg-install script (which fixes reported incomplete pkg-plist error). PR: ports/85255 Submitted by: Marco van de Voort (maintainer) --- lang/fpc-devel/Makefile | 4 ---- lang/fpc-devel/pkg-install | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'lang') 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 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 -- cgit