diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-05 01:19:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-05 01:19:32 +0000 |
commit | 6c2d12ecbf06c209c52117e8d62efa5415d3afbe (patch) | |
tree | 55343c7c16d1894c37feca398aabde0e2088960c /sysutils/healthd | |
parent | BROKEN: Does not fetch (diff) |
BROKEN on 5.x: does not compile
Notes
Notes:
svn path=/head/; revision=108416
Diffstat (limited to 'sysutils/healthd')
-rw-r--r-- | sysutils/healthd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index c1a7e134ad10..21acd28777d7 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -43,6 +43,10 @@ EXTRA_PATCHES= files/healthd.sh-500038 USE_RC_SUBR= yes .endif +.if ${OSVERSION} > 502110 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-install: ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh @if [ ! -f ${PREFIX}/etc/healthd.conf ]; then \ |