svn commit: r320726 - head/sysutils/cfengine35
Glen Barber
gjb at FreeBSD.org
Wed Jun 12 21:53:24 UTC 2013
Author: gjb
Date: Wed Jun 12 21:53:24 2013
New Revision: 320726
URL: http://svnweb.freebsd.org/changeset/ports/320726
Log:
Fix duplicate index entry.
Pointyhat: gjb (myself)
Approved by: cy (maintainer, implicit)
Modified:
head/sysutils/cfengine35/Makefile
Modified: head/sysutils/cfengine35/Makefile
==============================================================================
--- head/sysutils/cfengine35/Makefile Wed Jun 12 20:03:25 2013 (r320725)
+++ head/sysutils/cfengine35/Makefile Wed Jun 12 21:53:24 2013 (r320726)
@@ -10,7 +10,11 @@ MAINTAINER= cy at FreeBSD.org
# gjb at FreeBSD.org is also committer for this port
COMMENT= A systems administration tool for networks
+.if !defined(MASTERDIR)
+PKGNAMESUFFIX= 35
LATEST_LINK= cfengine35
+.endif
+
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
CONFLICTS= cfengine-[23]*
More information about the svn-ports-all
mailing list