diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-08 00:43:29 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-08 00:43:29 +0000 |
commit | 7381f605a90b43ccfa1ad58addec9d28880d62f1 (patch) | |
tree | 62dbe466fd458e45026a4f550f2a563cdc49ac1c /sysutils/healthd | |
parent | 5b2537ba2ed53d213ab83506c62ec8feb56c0730 (diff) | |
download | ports-7381f605a90b43ccfa1ad58addec9d28880d62f1.tar.gz ports-7381f605a90b43ccfa1ad58addec9d28880d62f1.zip |
Notes
Diffstat (limited to 'sysutils/healthd')
-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 |