aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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