diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 01:23:11 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 01:23:11 +0000 |
commit | 80c13eedf5f44bbf732c80bfd56acfc8b274973c (patch) | |
tree | 162688a16c8e2cdf8c0f67557ca5b9db0854fb96 /sysutils | |
parent | 2dace28c9df0cbe7379c8ecf703e258f028acc62 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |