diff options
author | knu <knu@FreeBSD.org> | 2000-04-27 20:01:50 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-27 20:01:50 +0800 |
commit | fadd0e98a55fcf0e0f9ef9a6ac527234216ec562 (patch) | |
tree | 0573ae4d837d0bd7fb6b8dc85a75e0fce1980321 /sysutils | |
parent | ab557be63fbad23c830f2bd1d7693f4369d7d8e5 (diff) | |
download | freebsd-ports-gnome-fadd0e98a55fcf0e0f9ef9a6ac527234216ec562.tar.gz freebsd-ports-gnome-fadd0e98a55fcf0e0f9ef9a6ac527234216ec562.tar.zst freebsd-ports-gnome-fadd0e98a55fcf0e0f9ef9a6ac527234216ec562.zip |
Update to 0.4.2.
PR: ports/18229
Submitted by: MAINTAINER
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/healthd/Makefile | 8 | ||||
-rw-r--r-- | sysutils/healthd/distinfo | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index c8cb9a9b88e6..13a84f5d5357 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= healthd -PORTVERSION= 0.3 +PORTVERSION= 0.4.2 CATEGORIES= sysutils MASTER_SITES= http://healthd.thehousleys.net/ @@ -24,5 +24,11 @@ post-install: ${ECHO} "[ -x ${PREFIX}/bin/healthd ] && ${PREFIX}/bin/healthd > /dev/null && ${ECHO} -n ' healthd'" >> ${PREFIX}/etc/rc.d/healthd.sh; \ ${CHMOD} 751 ${PREFIX}/etc/rc.d/healthd.sh; \ fi + @if [ ! -f ${PREFIX}/etc/healthd.conf ]; then \ + ${ECHO} "Installing ${PREFIX}/etc/healthd.conf configuration file."; \ + ${ECHO} "It is recommended you edit this file to match your system"; \ + ${ECHO} "before running the program."; \ + ${CP} ${PREFIX}/etc/healthd.conf.sample ${PREFIX}/etc/healthd.conf; \ + fi .include <bsd.port.mk> diff --git a/sysutils/healthd/distinfo b/sysutils/healthd/distinfo index 322875b7eb38..b5505328338a 100644 --- a/sysutils/healthd/distinfo +++ b/sysutils/healthd/distinfo @@ -1 +1 @@ -MD5 (healthd-0.3.tar.gz) = 56b61b06f6b99ae0b7efc55f952828ac +MD5 (healthd-0.4.2.tar.gz) = 35ba9a8d4ce1fbd89f407c941d38fea6 |