diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-07-18 12:06:02 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-07-18 12:06:02 +0000 |
commit | 4cb428b2b76cb01af85d226b03c4a4a9fb9656ad (patch) | |
tree | 2a297029577c1306129cdb6c1630aaa4f9e5cd81 /sysutils | |
parent | 157079dddc6ec9b1ee61df3a316a955ee061a0b1 (diff) | |
download | FreeBSD-ports-4cb428b2b76cb01af85d226b03c4a4a9fb9656ad.zip FreeBSD-ports-4cb428b2b76cb01af85d226b03c4a4a9fb9656ad.tar.gz |
- 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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/healthd/Makefile | 4 | ||||
-rw-r--r-- | sysutils/healthd/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index 461bceb..ad65149 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 b03f9b2..6fca27a 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 |