From 4cb428b2b76cb01af85d226b03c4a4a9fb9656ad Mon Sep 17 00:00:00 2001 From: kevlo Date: Tue, 18 Jul 2000 12:06:02 +0000 Subject: - Update to 0.5.4 - Update the Makefile so the healthd.sh for the port is installed instead the one in the files directory, which is out-of-date. PR: 19984, 19993 Submitted by: maintainer --- sysutils/healthd/Makefile | 4 ++-- sysutils/healthd/distinfo | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils') diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index 461bceb32871..ad65149c3f3b 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= healthd -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.4 CATEGORIES= sysutils MASTER_SITES= http://healthd.thehousleys.net/ @@ -21,7 +21,7 @@ INSTALL_TARGET= install-all post-install: @if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/healthd.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh; \ + ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh; \ fi @if [ ! -f ${PREFIX}/etc/healthd.conf ]; then \ ${ECHO} "Installing ${PREFIX}/etc/healthd.conf configuration file."; \ diff --git a/sysutils/healthd/distinfo b/sysutils/healthd/distinfo index b03f9b2d07d3..6fca27aaf602 100644 --- a/sysutils/healthd/distinfo +++ b/sysutils/healthd/distinfo @@ -1 +1 @@ -MD5 (healthd-0.5.3.tar.gz) = f8b350dfff5c97c3705b17e82abe34d9 +MD5 (healthd-0.5.4.tar.gz) = 15ec943465835e349c116aa36370c31a -- cgit