diff options
author | James E. Housley <jeh@FreeBSD.org> | 2004-04-20 01:28:24 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2004-04-20 01:28:24 +0000 |
commit | 76e742c7f52bc536709fd1360efe33f2dcfb4d8f (patch) | |
tree | 59368d26a6b3ece7f7fcfef873eba56b23c13931 /sysutils/healthd/Makefile | |
parent | 0e44801e10744c06a2fa02a0077b76f3371bbe59 (diff) | |
download | ports-76e742c7f52bc536709fd1360efe33f2dcfb4d8f.tar.gz ports-76e742c7f52bc536709fd1360efe33f2dcfb4d8f.zip |
Notes
Diffstat (limited to 'sysutils/healthd/Makefile')
-rw-r--r-- | sysutils/healthd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index dbaa9c5b60a2..c1a7e134ad10 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -7,7 +7,7 @@ PORTNAME= healthd PORTVERSION= 0.7.6 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils ipv6 MASTER_SITES= http://healthd.thehousleys.net/ \ http://healthd1.thehousleys.net/ @@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --disable-ipv6 .if ${OSVERSION} >= 500038 RC_SUBR?= /etc/rc.subr +EXTRA_PATCHES= files/healthd.sh-500038 .else USE_RC_SUBR= yes .endif |