diff options
author | crees <crees@FreeBSD.org> | 2012-01-15 00:16:08 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-01-15 00:16:08 +0800 |
commit | b99557463f565451ed806cd22507dc58bca843b4 (patch) | |
tree | 1787b18699162d51d8427a109567baa24ba2eaaf /ports-mgmt/tinderbox | |
parent | d5c1457eead7c1ecdeffbb6f84cfd9f21786d949 (diff) | |
download | freebsd-ports-gnome-b99557463f565451ed806cd22507dc58bca843b4.tar.gz freebsd-ports-gnome-b99557463f565451ed806cd22507dc58bca843b4.tar.zst freebsd-ports-gnome-b99557463f565451ed806cd22507dc58bca843b4.zip |
Fix rc script to follow up removal of set_rcvar in HEAD
Approved by: miwi (maintainer)
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 2 |
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: |