summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2002-07-26 11:53:50 +0000
committerJames E. Housley <jeh@FreeBSD.org>2002-07-26 11:53:50 +0000
commitdaf4ed1bb844f93c3d42d6e95f762347d7b4b786 (patch)
tree73747de89d0cea2942418a85771ad713db899b78 /sysutils
parentAdd cbedic, a console version of the textproc/kbedic dictionary. (diff)
Fix a type from last change.
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=63595
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/healthd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile
index bc74a50bbe3f..f3817f883d85 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; \