aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2017-10-05 14:22:02 +0800
committercy <cy@FreeBSD.org>2017-10-05 14:22:02 +0800
commitc12250df4c6a406d0cfbc0864d23acfa6baee2f0 (patch)
tree1ae4e8691c533548055c9802962e9f5edd3e4a83 /sysutils
parentaae43e16a78c27ee5f6484f2716c5c1dba89ca94 (diff)
downloadfreebsd-ports-gnome-c12250df4c6a406d0cfbc0864d23acfa6baee2f0.tar.gz
freebsd-ports-gnome-c12250df4c6a406d0cfbc0864d23acfa6baee2f0.tar.zst
freebsd-ports-gnome-c12250df4c6a406d0cfbc0864d23acfa6baee2f0.zip
Make PKGNAMESUFFIX conditional only if this port is built directly,
not when referenced through an option of sysutils/syslog-ng. This is consistent with other syslog-ng ports.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/syslog-ng39/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/syslog-ng39/Makefile b/sysutils/syslog-ng39/Makefile
index debe9908d24a..633e2f7edbf6 100644
--- a/sysutils/syslog-ng39/Makefile
+++ b/sysutils/syslog-ng39/Makefile
@@ -6,7 +6,10 @@ DISTVERSION= 3.9.1
CATEGORIES= sysutils
DISTFILES= syslog-ng-${DISTVERSION}.tar.gz
MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/
+
+.if !defined(MASTERDIR)
PKGNAMESUFFIX= 39
+.endif
MAINTAINER= cy@FreeBSD.org
COMMENT= Powerful syslogd replacement