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 /security/fpc-md5 | |
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 'security/fpc-md5')
-rw-r--r-- | security/fpc-md5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/fpc-md5/Makefile b/security/fpc-md5/Makefile index d1ec5f05e62d..721d5757abbf 100644 --- a/security/fpc-md5/Makefile +++ b/security/fpc-md5/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= security lang PKGNAMESUFFIX= -md5 |