aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyslog3
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-10-06 00:23:31 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-10-06 00:23:31 +0000
commit2741e7c005a39481abc8ca12a56ca7a22bcaab2e (patch)
treec261987d810b9668eeee37a7effe4c850ed48ed1 /sysutils/rsyslog3
parent88f3fea61bd2bcf88782cf12991d2ef797679f1f (diff)
RSYSLOG OVERHAUL: Part 15
- Give each port a valid LATEST_LINK PR: ports/151021
Notes
Notes: svn path=/head/; revision=262482
Diffstat (limited to 'sysutils/rsyslog3')
-rw-r--r--sysutils/rsyslog3/Makefile2
-rw-r--r--sysutils/rsyslog3/bsd.rsyslog.mk6
2 files changed, 4 insertions, 4 deletions
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