From 118bf1ed794581ec8b33a3e4c06b2f16ae1addca Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 18 Jun 2008 13:07:29 +0000 Subject: 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 Approved by: Ivan Lago --- sysutils/syslog-ng2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/syslog-ng2') 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} -- cgit v1.2.3