Date: Thu, 5 Oct 2017 06:22:17 +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: r451267 - head/sysutils/syslog-ng310 Message-ID: <201710050622.v956MHSr086375@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu Oct 5 06:22:17 2017 New Revision: 451267 URL: https://svnweb.freebsd.org/changeset/ports/451267 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-ng310/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng310/Makefile ============================================================================== --- head/sysutils/syslog-ng310/Makefile Thu Oct 5 06:22:02 2017 (r451266) +++ head/sysutils/syslog-ng310/Makefile Thu Oct 5 06:22:17 2017 (r451267) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710050622.v956MHSr086375>