diff options
author | jeh <jeh@FreeBSD.org> | 2002-07-26 19:53:50 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2002-07-26 19:53:50 +0800 |
commit | b4b4b075f2bc63297c9940c9e63ac8fdd0fea62b (patch) | |
tree | 2086aa73f888bbd3c4b8399c45f0557db6fe39a1 /sysutils/healthd | |
parent | 97997c1b332d70b495253ac538a7c0c8ad59321b (diff) | |
download | freebsd-ports-gnome-b4b4b075f2bc63297c9940c9e63ac8fdd0fea62b.tar.gz freebsd-ports-gnome-b4b4b075f2bc63297c9940c9e63ac8fdd0fea62b.tar.zst freebsd-ports-gnome-b4b4b075f2bc63297c9940c9e63ac8fdd0fea62b.zip |
Fix a type from last change.
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'sysutils/healthd')
-rw-r--r-- | sysutils/healthd/Makefile | 2 |
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; \ |