aboutsummaryrefslogtreecommitdiff
path: root/sysutils/healthd
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2002-07-25 12:20:36 +0000
committerJames E. Housley <jeh@FreeBSD.org>2002-07-25 12:20:36 +0000
commite6f6845a9d9319851a527036fc334366dc41bf7e (patch)
tree494053b9efdafe89144f7ec4ae950799195eb80f /sysutils/healthd
parent90c1ebc2d2e08d7220f8b145199e9c76fb101642 (diff)
downloadports-e6f6845a9d9319851a527036fc334366dc41bf7e.tar.gz
ports-e6f6845a9d9319851a527036fc334366dc41bf7e.zip
Notes
Diffstat (limited to 'sysutils/healthd')
-rw-r--r--sysutils/healthd/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile
index 6b3c4680bb3d..bc74a50bbe3f 100644
--- a/sysutils/healthd/Makefile
+++ b/sysutils/healthd/Makefile
@@ -33,10 +33,7 @@ CONFIGURE_ARGS+= --disable-ipv6
.endif
post-install:
- @if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh.sample ]; then \
- ${ECHO} "Installing ${PREFIX}/etc/rc.d/healthd.sh.sample startup file."; \
- ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh.sample; \
- fi
+ ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh.sample; \
@if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \
${ECHO} "Installing ${PREFIX}/etc/rc.d/healthd.sh startup file."; \
${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh; \