svn commit: r451267 - head/sysutils/syslog-ng310

Cy Schubert cy at FreeBSD.org
Thu Oct 5 06:22:18 UTC 2017


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 at FreeBSD.org
 COMMENT=	Powerful syslogd replacement


More information about the svn-ports-all mailing list