aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-09-27 23:19:48 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-09-27 23:19:48 +0000
commita99037f749516145ddd25afa2425ab4a0b429190 (patch)
tree59dbbcea4db3acb73dcfe330bcaec8cb229154e7 /sysutils
parent2126a544fa6172e74dc93b9fffa98dc8f7bc1bb3 (diff)
downloadports-a99037f749516145ddd25afa2425ab4a0b429190.tar.gz
ports-a99037f749516145ddd25afa2425ab4a0b429190.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/puppet/Makefile3
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} && \