aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/tinderbox
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-01-14 16:16:08 +0000
committerChris Rees <crees@FreeBSD.org>2012-01-14 16:16:08 +0000
commitdfbf2f839c46878491c4cdb3e373abf39d133733 (patch)
tree7c5e6824a29a63f3da67e95ef86a17c8d01aa77a /ports-mgmt/tinderbox
parent79ddd7a7aa873145a3a4cd5712aef42c3ee750a2 (diff)
downloadports-dfbf2f839c46878491c4cdb3e373abf39d133733.tar.gz
ports-dfbf2f839c46878491c4cdb3e373abf39d133733.zip
Fix rc script to follow up removal of set_rcvar in HEAD
Approved by: miwi (maintainer)
Notes
Notes: svn path=/head/; revision=289172
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r--ports-mgmt/tinderbox/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile
index 8b2d0c372dd4..f3e420192d58 100644
--- a/ports-mgmt/tinderbox/Makefile
+++ b/ports-mgmt/tinderbox/Makefile
@@ -100,6 +100,8 @@ post-patch:
${REINPLACE_CMD} -e 's/^if \[ `id -u` != 0 \]; then/if false; then/' \
${WRKSRC}/tc
.endif
+ ${REINPLACE_CMD} -e 's/.set_rcvar./tinderd_enable/' \
+ ${WRKSRC}/etc/rc.d/tinderd
@cd ${WRKSRC} && ${FIND} -E . -regex '.*(orig|bak)' -exec ${RM} {} \;
do-install: