diff options
author | cy <cy@FreeBSD.org> | 2017-10-05 14:22:17 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2017-10-05 14:22:17 +0800 |
commit | 6b88f6970193cef386ea9cca421b7aec6a12d8da (patch) | |
tree | ff12f59f5ac7463ccaa03aacc49b63a156e3932f /sysutils | |
parent | c12250df4c6a406d0cfbc0864d23acfa6baee2f0 (diff) | |
download | freebsd-ports-gnome-6b88f6970193cef386ea9cca421b7aec6a12d8da.tar.gz freebsd-ports-gnome-6b88f6970193cef386ea9cca421b7aec6a12d8da.tar.zst freebsd-ports-gnome-6b88f6970193cef386ea9cca421b7aec6a12d8da.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-ng310/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/syslog-ng310/Makefile b/sysutils/syslog-ng310/Makefile index 0e93560ca275..1e9933aef88a 100644 --- a/sysutils/syslog-ng310/Makefile +++ b/sysutils/syslog-ng310/Makefile @@ -6,7 +6,10 @@ DISTVERSION= 3.10.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= 310 +.endif MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement |