summaryrefslogtreecommitdiffstats
path: root/sysutils/healthd
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2002-07-26 11:53:50 +0000
committerjeh <jeh@FreeBSD.org>2002-07-26 11:53:50 +0000
commitb4b4b075f2bc63297c9940c9e63ac8fdd0fea62b (patch)
tree2086aa73f888bbd3c4b8399c45f0557db6fe39a1 /sysutils/healthd
parent97997c1b332d70b495253ac538a7c0c8ad59321b (diff)
downloadFreeBSD-ports-b4b4b075f2bc63297c9940c9e63ac8fdd0fea62b.zip
FreeBSD-ports-b4b4b075f2bc63297c9940c9e63ac8fdd0fea62b.tar.gz
Fix a type from last change.
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'sysutils/healthd')
-rw-r--r--sysutils/healthd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile
index bc74a50..f3817f8 100644
--- a/sysutils/healthd/Makefile
+++ b/sysutils/healthd/Makefile
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --disable-ipv6
.endif
post-install:
- ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh.sample; \
+ ${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; \
OpenPOWER on IntegriCloud