diff options
author | gjb <gjb@FreeBSD.org> | 2013-06-13 05:53:24 +0800 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2013-06-13 05:53:24 +0800 |
commit | b1ed671a6c6e44aeeed44ad55115a96c4e5ab770 (patch) | |
tree | e5b86cf99bfd4b782174808c96f028192af00a71 /sysutils | |
parent | b63e21094a5f39e6179d4bb6b06ec73bba48fbfa (diff) | |
download | freebsd-ports-gnome-b1ed671a6c6e44aeeed44ad55115a96c4e5ab770.tar.gz freebsd-ports-gnome-b1ed671a6c6e44aeeed44ad55115a96c4e5ab770.tar.zst freebsd-ports-gnome-b1ed671a6c6e44aeeed44ad55115a96c4e5ab770.zip |
Fix duplicate index entry.
Pointyhat: gjb (myself)
Approved by: cy (maintainer, implicit)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cfengine35/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/cfengine35/Makefile b/sysutils/cfengine35/Makefile index 91630d592434..936023eef436 100644 --- a/sysutils/cfengine35/Makefile +++ b/sysutils/cfengine35/Makefile @@ -10,7 +10,11 @@ MAINTAINER= cy@FreeBSD.org # gjb@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]* |