aboutsummaryrefslogtreecommitdiff
path: root/devel/fpc-fcl-db
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-07-29 02:48:26 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-07-29 02:48:26 +0000
commitc8f8bcdfe0eaf5dd53e7cc8a0a4ddaf5a491d63c (patch)
treeb1a92ddd05eac2a4695b80f7d29d20bd96292a9d /devel/fpc-fcl-db
parent3801a16b8b2d13660a5ba3dc3b89cabecee4cc7c (diff)
downloadports-c8f8bcdfe0eaf5dd53e7cc8a0a4ddaf5a491d63c.tar.gz
ports-c8f8bcdfe0eaf5dd53e7cc8a0a4ddaf5a491d63c.zip
- Added post-extract on Makefiles.units. It remove the svn directories from
some fpc ports. - Added PORTREVISION for each port - Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports - Fixed the gtk, glib and gdk libraries linking for fpc-gtk - Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD} - Removed post-extract from fpc-fcl. I just added it to makefiles.units file Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=169024
Diffstat (limited to 'devel/fpc-fcl-db')
-rw-r--r--devel/fpc-fcl-db/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/fpc-fcl-db/Makefile b/devel/fpc-fcl-db/Makefile
index 1ff0de093226..da4ace0d0879 100644
--- a/devel/fpc-fcl-db/Makefile
+++ b/devel/fpc-fcl-db/Makefile
@@ -5,6 +5,7 @@
# $FreeBSD$
#
+PORTREVISION= 2
CATEGORIES= devel lang
PKGNAMESUFFIX= -fcl
@@ -34,8 +35,4 @@ EXTRACTUNITDIR+= ${WRKUNITDIR} ${PORTNAME}/rtl ${PORTNAME}/packages/base
OPT=-CX -Fi../ -Fu${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/units/${BUILDNAME}/*
HAVE_EXAMPLES= true
-post-extract:
- @cd ${WRKDIR}/${PORTNAME} && \
- ${FIND} * -type d -name .svn | ${XARGS} ${RM} -rf
-
.include "${MASTERDIR}/Makefile"