diff options
author | steve <steve@FreeBSD.org> | 2000-07-08 08:43:29 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-08 08:43:29 +0800 |
commit | 90438074e39c93301ffab737a828dfba6c3c9ea3 (patch) | |
tree | fc632ef1d3ad75cef3ba3104425e8c0a21686193 | |
parent | 3a954b74593f4860c60fab47148a2e82cd2e83c7 (diff) | |
download | freebsd-ports-gnome-90438074e39c93301ffab737a828dfba6c3c9ea3.tar.gz freebsd-ports-gnome-90438074e39c93301ffab737a828dfba6c3c9ea3.tar.zst freebsd-ports-gnome-90438074e39c93301ffab737a828dfba6c3c9ea3.zip |
Update to version 0.5.1.
PR: 19768
Submitted by: maintainer
-rw-r--r-- | sysutils/healthd/Makefile | 5 | ||||
-rw-r--r-- | sysutils/healthd/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index 1a3d8c8c6110..2e49646b692f 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= healthd -PORTVERSION= 0.5 +PORTVERSION= 0.5.1 CATEGORIES= sysutils MASTER_SITES= http://healthd.thehousleys.net/ @@ -15,7 +15,10 @@ 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 \ diff --git a/sysutils/healthd/distinfo b/sysutils/healthd/distinfo index e5f890c7e702..db84dc0bf701 100644 --- a/sysutils/healthd/distinfo +++ b/sysutils/healthd/distinfo @@ -1 +1 @@ -MD5 (healthd-0.5.tar.gz) = 17260935197df4b3c596f8ab69c11eef +MD5 (healthd-0.5.1.tar.gz) = a18dcbb70d38b61443d60dddcd7f9587 |