svn commit: r303081 - head/sysutils/cfengine-devel

Glen Barber gjb at FreeBSD.org
Fri Aug 24 13:05:51 UTC 2012


Author: gjb
Date: Fri Aug 24 13:05:50 2012
New Revision: 303081
URL: http://svn.freebsd.org/changeset/ports/303081

Log:
  - Set --with-workdir to /var/cfengine to continue to be
    consistent with the behavior of previous versions of cfengine.
  - Bump PORTREVISION.
  
  Approved by:	cy (maintainer)
  Approved by:	eadler (mentor)

Modified:
  head/sysutils/cfengine-devel/Makefile

Modified: head/sysutils/cfengine-devel/Makefile
==============================================================================
--- head/sysutils/cfengine-devel/Makefile	Fri Aug 24 12:44:52 2012	(r303080)
+++ head/sysutils/cfengine-devel/Makefile	Fri Aug 24 13:05:50 2012	(r303081)
@@ -7,7 +7,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.4.0a2
-PORTREVISION=
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-devel
@@ -33,6 +33,7 @@ DOCSDIR=	${PREFIX}/share/doc/cfengine
 CONFIGURE_ARGS=	--docdir=${DOCSDIR} \
 		--htmldir=${DOCSDIR}/html \
 		--mandir=${PREFIX}/man \
+		--with-workdir=/var/cfengine \
 		--with-pcre=${LOCALBASE} \
 		--enable-fhs
 



More information about the svn-ports-head mailing list