diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-07-14 20:52:54 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-07-14 20:52:54 +0800 |
commit | b745b0a7fbfbe2854c3afef3f4cc889b99f438fb (patch) | |
tree | de49e74b2f9a0812c1a48f1d5347f91cd8b13c0f /sysutils/healthd/Makefile | |
parent | 25e2158019e31702b4fcc29f629bce7e9416d19d (diff) | |
download | freebsd-ports-gnome-b745b0a7fbfbe2854c3afef3f4cc889b99f438fb.tar.gz freebsd-ports-gnome-b745b0a7fbfbe2854c3afef3f4cc889b99f438fb.tar.zst freebsd-ports-gnome-b745b0a7fbfbe2854c3afef3f4cc889b99f438fb.zip |
Update port to 0.5.3
PR: 19903
Submitted by: Maintainer
Diffstat (limited to 'sysutils/healthd/Makefile')
-rw-r--r-- | sysutils/healthd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index 2b4cdf9e6738..461bceb32871 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= healthd -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= sysutils MASTER_SITES= http://healthd.thehousleys.net/ @@ -15,10 +15,8 @@ MAINTAINER= jim@thehousleys.net HAS_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} -.if !defined(NOPORTDOCS) MAN8= healthd.8 healthdc.8 INSTALL_TARGET= install-all -.endif post-install: @if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \ |