svn commit: r451266 - head/sysutils/syslog-ng39

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


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


More information about the svn-ports-all mailing list