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 /archivers | |
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 'archivers')
-rw-r--r-- | archivers/fpc-paszlib/Makefile | 1 | ||||
-rw-r--r-- | archivers/fpc-unzip/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/archivers/fpc-paszlib/Makefile b/archivers/fpc-paszlib/Makefile index 143f2e770100..af5237b35202 100644 --- a/archivers/fpc-paszlib/Makefile +++ b/archivers/fpc-paszlib/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= archivers devel PKGNAMESUFFIX= -paszlib diff --git a/archivers/fpc-unzip/Makefile b/archivers/fpc-unzip/Makefile index 6d9ffd5ab5b3..aa3d021fe7f6 100644 --- a/archivers/fpc-unzip/Makefile +++ b/archivers/fpc-unzip/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= archivers lang PKGNAMESUFFIX= -unzip |