pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/puppet Seems two S got dropped from the puppe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bc69e9d604e
branches:  trunk
changeset: 398438:9bc69e9d604e
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Sun Aug 30 22:03:53 2009 +0000

description:
Seems two S got dropped from the puppet makefile.

diffstat:

 sysutils/puppet/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a1c984b2aafb -r 9bc69e9d604e sysutils/puppet/Makefile
--- a/sysutils/puppet/Makefile  Sun Aug 30 21:57:24 2009 +0000
+++ b/sysutils/puppet/Makefile  Sun Aug 30 22:03:53 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/08/30 21:57:07 tonnerre Exp $
+# $NetBSD: Makefile,v 1.6 2009/08/30 22:03:53 tonnerre Exp $
 
 DISTNAME=              puppet-0.24.7
 PKGREVISION=           1
@@ -6,7 +6,7 @@
 
 MAINTAINER=            tonnerre%NetBSD.org@localhost
 HOMEPAGE=              http://www.reductivelabs.com/projects/puppet/
-MASTER_SITE=           http://reductivelabs.com/downloads/gems/
+MASTER_SITES=          http://reductivelabs.com/downloads/gems/
 COMMENT=               Configuration management framework written in Ruby
 
 .include "../../mk/bsd.prefs.mk"
@@ -38,7 +38,7 @@
 
 .if ${OPSYS} == "SunOS"
 INSTALLATION_DIRS=     lib/svc/method ${EGDIR}/svc
-CONF_DIR+=             ${VARBASE}/svc/manifest
+CONF_DIRS+=            ${VARBASE}/svc/manifest
 CONF_FILES+=           ${EGDIR}/svc/puppetd.xml ${VARBASE}/svc/manifest/puppetd.xml
 CONF_FILES+=           ${EGDIR}/svc/puppetmasterd.xml ${VARBASE}/svc/manifest/puppetmasterd.xml
 PLIST.sunos=           yes



Home | Main Index | Thread Index | Old Index