diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-27 23:19:48 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-27 23:19:48 +0000 |
commit | a99037f749516145ddd25afa2425ab4a0b429190 (patch) | |
tree | 59dbbcea4db3acb73dcfe330bcaec8cb229154e7 /sysutils/puppet | |
parent | 2126a544fa6172e74dc93b9fffa98dc8f7bc1bb3 (diff) | |
download | ports-a99037f749516145ddd25afa2425ab4a0b429190.tar.gz ports-a99037f749516145ddd25afa2425ab4a0b429190.zip |
Notes
Diffstat (limited to 'sysutils/puppet')
-rw-r--r-- | sysutils/puppet/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 224e68b1b2ce..90bb392f0473 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${RUBY_SITELIBDIR}/facter.rb:${PORTSDIR}/sysutils/facter RUN_DEPENDS= ${BUILD_DEPENDS} CONFLICTS= puppet-devel-[0-9]* + NO_BUILD= yes USE_RUBY= yes USE_RC_SUBR= puppetmasterd puppetd @@ -28,6 +29,8 @@ DOCS= CHANGELOG TODO README LICENSE COPYING post-patch: ${RM} ${WRKSRC}/bin/*.orig || true + ${REINPLACE_CMD} -e "s|/etc/puppet|${PREFIX}/etc/puppet|" \ + ${WRKSRC}/lib/puppet/configuration.rb do-install: cd ${WRKSRC} && \ |