aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc-devel
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-10-02 15:03:53 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-10-02 15:03:53 +0000
commitda998a483ae27d5777f88af44447d9c77348d3f5 (patch)
treeb84086115795b28b6b9222dcafa79118d761a121 /lang/fpc-devel
parentaf1df082c44e2b08e3bdabf2cecb2f2bd4a1e4eb (diff)
downloadports-da998a483ae27d5777f88af44447d9c77348d3f5.tar.gz
ports-da998a483ae27d5777f88af44447d9c77348d3f5.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)
Notes
Notes: svn path=/head/; revision=143988
Diffstat (limited to 'lang/fpc-devel')
-rw-r--r--lang/fpc-devel/Makefile4
-rw-r--r--lang/fpc-devel/pkg-install3
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