diff options
author | acm <acm@FreeBSD.org> | 2006-07-29 10:48:26 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-07-29 10:48:26 +0800 |
commit | eb13871150cb441dcbae4a3646db39d34443e064 (patch) | |
tree | 75f3f934affda184682d4a1a2fe3f42f5d057c86 /devel/fpc-fcl-image | |
parent | e4541a7b496e3cf023784cb68d390cb60a31e8c0 (diff) | |
download | freebsd-ports-gnome-eb13871150cb441dcbae4a3646db39d34443e064.tar.gz freebsd-ports-gnome-eb13871150cb441dcbae4a3646db39d34443e064.tar.zst freebsd-ports-gnome-eb13871150cb441dcbae4a3646db39d34443e064.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)
Diffstat (limited to 'devel/fpc-fcl-image')
-rw-r--r-- | devel/fpc-fcl-image/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/fpc-fcl-image/Makefile b/devel/fpc-fcl-image/Makefile index 1ff0de093226..da4ace0d0879 100644 --- a/devel/fpc-fcl-image/Makefile +++ b/devel/fpc-fcl-image/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" |