Date: Thu, 5 Oct 2017 06:22:02 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451266 - head/sysutils/syslog-ng39 Message-ID: <201710050622.v956M2Eh086265@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu Oct 5 06:22:02 2017 New Revision: 451266 URL: https://svnweb.freebsd.org/changeset/ports/451266 Log: 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. Modified: head/sysutils/syslog-ng39/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng39/Makefile ============================================================================== --- head/sysutils/syslog-ng39/Makefile Thu Oct 5 02:00:34 2017 (r451265) +++ head/sysutils/syslog-ng39/Makefile Thu Oct 5 06:22:02 2017 (r451266) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710050622.v956M2Eh086265>