summaryrefslogtreecommitdiff
path: root/sysutils/puppet-devel/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-17 19:41:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-17 19:41:20 +0000
commitdd683ddda42fa77d32cb0e70467eac0515841164 (patch)
treebe47e02d67316f181ccdb830cd9edf6faf29b2dd /sysutils/puppet-devel/Makefile
parentsnespp is a kernel module for Super NES/Famicon controllers interfaced via a (diff)
- Update to 0.22.3
- Fix invalid variable and typos in rc.d script - add a patch which fixes external command to hang PR: 111764 Submitted by: Tomoyuki Sakurai <cherry@trombik.org> (maintainer)
Notes
Notes: svn path=/head/; revision=190228
Diffstat (limited to 'sysutils/puppet-devel/Makefile')
-rw-r--r--sysutils/puppet-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/puppet-devel/Makefile b/sysutils/puppet-devel/Makefile
index 90832f92877b..e3b1b1c0f8cd 100644
--- a/sysutils/puppet-devel/Makefile
+++ b/sysutils/puppet-devel/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= puppet
-PORTVERSION= 0.22.1
-PORTREVISION= 1
+PORTVERSION= 0.22.3
CATEGORIES= sysutils
MASTER_SITES= http://www.reductivelabs.com/downloads/puppet/
EXTRACT_SUFX= .tgz
@@ -47,8 +46,9 @@ post-install:
.endfor
${RUBY} ${PREFIX}/bin/puppetmasterd \
--confdir=${PREFIX}/etc/${PORTNAME} \
+ --rundir=/var/run \
--genconfig | \
${SED} -e 's/genconfig = true/# genconfig = false/' \
- > ${PREFIX}/etc/${PORTNAME}/${PORTNAME}.conf-dist
+ > ${PREFIX}/etc/${PORTNAME}/puppetmasterd.conf-dist
.include <bsd.port.post.mk>