summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 01:23:11 +0000
committerkris <kris@FreeBSD.org>2004-09-19 01:23:11 +0000
commit80c13eedf5f44bbf732c80bfd56acfc8b274973c (patch)
tree162688a16c8e2cdf8c0f67557ca5b9db0854fb96 /sysutils
parent2dace28c9df0cbe7379c8ecf703e258f028acc62 (diff)
downloadFreeBSD-ports-80c13eedf5f44bbf732c80bfd56acfc8b274973c.zip
FreeBSD-ports-80c13eedf5f44bbf732c80bfd56acfc8b274973c.tar.gz
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/monitord/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/monitord/Makefile b/sysutils/monitord/Makefile
index 05399cf..2fa594a 100644
--- a/sysutils/monitord/Makefile
+++ b/sysutils/monitord/Makefile
@@ -15,7 +15,13 @@ COMMENT= Service that restarts other standalone services
MAN8= monitord.8
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-install:
@${CP} ${WRKSRC}/monitord.conf.sample ${PREFIX}/etc/monitord.conf.sample
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud