diff options
author | Glen Barber <gjb@FreeBSD.org> | 2012-08-24 13:05:50 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2012-08-24 13:05:50 +0000 |
commit | e56931d160fb59fb3d0552493d34ff33d81efd6a (patch) | |
tree | d890180c7c2271a52ab2616e2504acf8b501295f /sysutils | |
parent | 7a49f28845339504e5fd3aa64500282edd57a7fd (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=303081
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cfengine-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile index eb5e959b6fd1..7be67deabf11 100644 --- a/sysutils/cfengine-devel/Makefile +++ b/sysutils/cfengine-devel/Makefile @@ -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 |