diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-29 10:48:26 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-29 10:48:26 +0800 |
commit | c8f8bcdfe0eaf5dd53e7cc8a0a4ddaf5a491d63c (patch) | |
tree | b1a92ddd05eac2a4695b80f7d29d20bd96292a9d /sysutils/fpc-syslog | |
parent | 3801a16b8b2d13660a5ba3dc3b89cabecee4cc7c (diff) | |
download | freebsd-ports-gnome-c8f8bcdfe0eaf5dd53e7cc8a0a4ddaf5a491d63c.tar.gz freebsd-ports-gnome-c8f8bcdfe0eaf5dd53e7cc8a0a4ddaf5a491d63c.tar.zst freebsd-ports-gnome-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)
Diffstat (limited to 'sysutils/fpc-syslog')
-rw-r--r-- | sysutils/fpc-syslog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/fpc-syslog/Makefile b/sysutils/fpc-syslog/Makefile index 879e245c157d..feb770e0e564 100644 --- a/sysutils/fpc-syslog/Makefile +++ b/sysutils/fpc-syslog/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= sysutils lang PKGNAMESUFFIX= -syslog |