diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-18 13:07:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-18 13:07:29 +0000 |
commit | 118bf1ed794581ec8b33a3e4c06b2f16ae1addca (patch) | |
tree | 157feab92095db484131d1b037e38b919b21d5e2 /sysutils/syslog-ng2 | |
parent | b19d3ff3804efa989ef153fd38483ed5a765ea81 (diff) | |
download | ports-118bf1ed794581ec8b33a3e4c06b2f16ae1addca.tar.gz ports-118bf1ed794581ec8b33a3e4c06b2f16ae1addca.zip |
sysutils/syslog-ng2: [PATCH] syslog-ng2 package name and Latest link
If you build a package for the syslog-ng2 port, a "Latest"
link is not created; this is because NO_LATEST_LINK is set
in the Makefile.
Since the port already lives in sysutils/syslog-ng2, it
makes sense to set PKGNAMESUFFIX and remove NO_LATEST_LINK.
Then the package and directory names match and would allow
syslog-ng and syslog-ng2 packages to co-exist in the
/usr/ports/packages tree.
PR: ports/123091
Submitted by: Craig Leres <leres@ee.lbl.gov>
Approved by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
Notes
Notes:
svn path=/head/; revision=215071
Diffstat (limited to 'sysutils/syslog-ng2')
-rw-r--r-- | sysutils/syslog-ng2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/syslog-ng2/Makefile b/sysutils/syslog-ng2/Makefile index cd4d5319dbac..9f2e199eda6b 100644 --- a/sysutils/syslog-ng2/Makefile +++ b/sysutils/syslog-ng2/Makefile @@ -10,11 +10,12 @@ PORTVERSION= 2.0.9 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/2.0/src/ +PKGNAMESUFFIX= 2 MAINTAINER= ivan.lago@ifom-ieo-campus.it COMMENT= A powerful syslogd replacement -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet +BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet LIB_DEPENDS= evtlog.0:${PORTSDIR}/sysutils/eventlog MAN5= syslog-ng.conf.5 @@ -24,7 +25,6 @@ USE_RC_SUBR= syslog-ng.sh GNU_CONFIGURE= yes USE_GNOME= glib20 USE_GCC= 3.3+ -NO_LATEST_LINK= yes SUB_FILES= pkg-message SUB_LIST= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX} |