diff options
author | jeh <jeh@FreeBSD.org> | 2002-07-25 20:20:36 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2002-07-25 20:20:36 +0800 |
commit | b4e8bad1f61f1326da067b33a700657365d55934 (patch) | |
tree | 194b120a469f1439f02ae137630f8c7b5a06cd52 | |
parent | 48b5692080426857b33624f0684513d54d91cbc0 (diff) | |
download | freebsd-ports-gnome-b4e8bad1f61f1326da067b33a700657365d55934.tar.gz freebsd-ports-gnome-b4e8bad1f61f1326da067b33a700657365d55934.tar.zst freebsd-ports-gnome-b4e8bad1f61f1326da067b33a700657365d55934.zip |
There is no reason to conditionally install healthd.sh.sample
-rw-r--r-- | sysutils/healthd/Makefile | 5 |
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; \ |