diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2009-08-30 22:03:53 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2009-08-30 22:03:53 +0000 |
commit | 2e5c96e5291317aee3def32f6616c0d8a48b9733 (patch) | |
tree | f6dccd5f732a339f190905b20a852f937207542a /sysutils | |
parent | cee79edf48371ab95e491812f3c74d7ea30578f8 (diff) | |
download | pkgsrc-2e5c96e5291317aee3def32f6616c0d8a48b9733.tar.gz |
Seems two S got dropped from the puppet makefile.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/puppet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index af3e2115cc4..3e2177f274f 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -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 @@ CATEGORIES= sysutils MAINTAINER= tonnerre@NetBSD.org 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 @@ PLIST_VARS+= sunos .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 |