diff options
author | gjb <gjb@FreeBSD.org> | 2012-08-24 21:05:50 +0800 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2012-08-24 21:05:50 +0800 |
commit | 6bf8b69e1b8ec61f486075f6af36f8bcdd81eda7 (patch) | |
tree | d890180c7c2271a52ab2616e2504acf8b501295f | |
parent | 7cec83a3e29937ac1b774f052f648513e4b34380 (diff) | |
download | freebsd-ports-gnome-6bf8b69e1b8ec61f486075f6af36f8bcdd81eda7.tar.gz freebsd-ports-gnome-6bf8b69e1b8ec61f486075f6af36f8bcdd81eda7.tar.zst freebsd-ports-gnome-6bf8b69e1b8ec61f486075f6af36f8bcdd81eda7.zip |
- 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)
-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 |