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/healthd/Makefile | |
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/healthd/Makefile')
-rw-r--r-- | sysutils/healthd/Makefile | 8 |
1 files changed, 7 insertions, 1 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> |