summaryrefslogtreecommitdiff
path: root/net/rancid
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 21:43:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 21:43:46 +0000
commitee6faee56e86a3a331b8714ae95d777d09e75a6d (patch)
tree4754cadf9e0f7051d7ca300b978db460eb681ca2 /net/rancid
parentUse the correct kind of dependency. (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91364
Diffstat (limited to 'net/rancid')
-rw-r--r--net/rancid/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/rancid/Makefile b/net/rancid/Makefile
index 3ed851297999..cc5c23bf8f8c 100644
--- a/net/rancid/Makefile
+++ b/net/rancid/Makefile
@@ -38,6 +38,12 @@ MAN5= env.5 lg.conf.5 cloginrc.5 router.db.5
CONFIG_FILES= bin/env util/lg/lg.conf
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-install:
@ ${SED} -e "s:%%INSTDIR%%:${PREFIX}/rancid:g" pkg-message >${PKGMESSAGE}
.if !defined(BATCH)
@@ -52,4 +58,4 @@ post-install:
fi
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>