From 2741e7c005a39481abc8ca12a56ca7a22bcaab2e Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Wed, 6 Oct 2010 00:23:31 +0000 Subject: RSYSLOG OVERHAUL: Part 15 - Give each port a valid LATEST_LINK PR: ports/151021 --- sysutils/rsyslog3/Makefile | 2 -- sysutils/rsyslog3/bsd.rsyslog.mk | 6 ++++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sysutils/rsyslog3') diff --git a/sysutils/rsyslog3/Makefile b/sysutils/rsyslog3/Makefile index 3feedcfd867a..b4a9e99aed7c 100644 --- a/sysutils/rsyslog3/Makefile +++ b/sysutils/rsyslog3/Makefile @@ -11,8 +11,6 @@ COMMENT= Enhanced syslog daemon LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls -NO_LATEST_LINK= yes - USE_RC_SUBR= ${PORTNAME}d SUB_FILES= pkg-message MAN8= rsyslogd.8 diff --git a/sysutils/rsyslog3/bsd.rsyslog.mk b/sysutils/rsyslog3/bsd.rsyslog.mk index 25874b02cfd2..09098e4ece7e 100644 --- a/sysutils/rsyslog3/bsd.rsyslog.mk +++ b/sysutils/rsyslog3/bsd.rsyslog.mk @@ -4,7 +4,6 @@ CATEGORIES?= sysutils MASTER_SITES?= http://www.rsyslog.com/files/download/rsyslog/ MAINTAINER?= miwi@FreeBSD.org -NO_LATEST_LINK= yes CONFLICTS= rsyslog-2.[0-9]* CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -14,6 +13,7 @@ USE_GNOME+= pkgconfig .ifdef MNAME PKGNAMESUFFIX?= -${MNAME} +LATEST_LINK= rsyslog3${PKGNAMESUFFIX} CONFIGURE_ARGS+= --enable-${MNAME:S|gssapi|gssapi-krb5|} \ --disable-rsyslogd --disable-klog RUN_DEPENDS= rsyslog>=3:${PORTSDIR}/sysutils/rsyslog3 @@ -30,4 +30,6 @@ do-install: ${PREFIX}/lib/rsyslog/ .endfor @${ECHO_CMD} '@unexec rmdir %D/lib/rsyslog 2>/dev/null || true' >> ${TMPPLIST} -.endif # def MNAME +.else +LATEST_LINK= rsyslog3 +.endif -- cgit v1.2.3