aboutsummaryrefslogtreecommitdiff
path: root/sysutils/healthd/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-05 01:19:32 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-05 01:19:32 +0000
commit6c2d12ecbf06c209c52117e8d62efa5415d3afbe (patch)
tree55343c7c16d1894c37feca398aabde0e2088960c /sysutils/healthd/Makefile
parent9f98710d439a10d3ba8d8bc1581018e62f0ab868 (diff)
downloadports-6c2d12ecbf06c209c52117e8d62efa5415d3afbe.tar.gz
ports-6c2d12ecbf06c209c52117e8d62efa5415d3afbe.zip
Notes
Diffstat (limited to 'sysutils/healthd/Makefile')
-rw-r--r--sysutils/healthd/Makefile4
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 \