Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 21:53:24 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320726 - head/sysutils/cfengine35
Message-ID:  <201306122153.r5CLrOSG067247@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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]*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306122153.r5CLrOSG067247>