aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/monitord
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2004-10-06 04:05:12 +0800
committerdanfe <danfe@FreeBSD.org>2004-10-06 04:05:12 +0800
commit0eae4c75a5d2cfc06b5c0ffca41506de9f4488dd (patch)
tree547d3e2120132af9eff3ea2892b02413eb3d50cf /sysutils/monitord
parent413b4750d092d8e29d9ba8c8e048d78316d7db4c (diff)
downloadfreebsd-ports-gnome-0eae4c75a5d2cfc06b5c0ffca41506de9f4488dd.tar.gz
freebsd-ports-gnome-0eae4c75a5d2cfc06b5c0ffca41506de9f4488dd.tar.zst
freebsd-ports-gnome-0eae4c75a5d2cfc06b5c0ffca41506de9f4488dd.zip
Fix the build on 5.X and -CURRENT.
Reported by: kris Approved by: portmgr (marcus, krion (implicit)) foe (mentro, implicit)
Diffstat (limited to 'sysutils/monitord')
-rw-r--r--sysutils/monitord/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/monitord/Makefile b/sysutils/monitord/Makefile
index 2fa594a3508f..05399cf9b24d 100644
--- a/sysutils/monitord/Makefile
+++ b/sysutils/monitord/Makefile
@@ -15,13 +15,7 @@ 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.post.mk>
+.include <bsd.port.mk>