diff options
author | cy <cy@FreeBSD.org> | 2017-10-05 14:22:02 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2017-10-05 14:22:02 +0800 |
commit | c12250df4c6a406d0cfbc0864d23acfa6baee2f0 (patch) | |
tree | 1ae4e8691c533548055c9802962e9f5edd3e4a83 /sysutils | |
parent | aae43e16a78c27ee5f6484f2716c5c1dba89ca94 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |