aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-16 05:43:46 +0800
committerkris <kris@FreeBSD.org>2003-10-16 05:43:46 +0800
commitf173b5c017d7f6ec1416f85f6eb1e7ad77e3cbe7 (patch)
tree414a86a424e79a92767d9a3c8d2eb9978e3abe8a /net-mgmt
parent1549faace940b30faddadb7e77a067d964a9d3c5 (diff)
downloadfreebsd-ports-gnome-f173b5c017d7f6ec1416f85f6eb1e7ad77e3cbe7.tar.gz
freebsd-ports-gnome-f173b5c017d7f6ec1416f85f6eb1e7ad77e3cbe7.tar.zst
freebsd-ports-gnome-f173b5c017d7f6ec1416f85f6eb1e7ad77e3cbe7.zip
BROKEN on 5.x: does not compile
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/rancid-devel/Makefile8
-rw-r--r--net-mgmt/rancid/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/net-mgmt/rancid-devel/Makefile b/net-mgmt/rancid-devel/Makefile
index 3ed851297999..cc5c23bf8f8c 100644
--- a/net-mgmt/rancid-devel/Makefile
+++ b/net-mgmt/rancid-devel/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>
diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile
index 3ed851297999..cc5c23bf8f8c 100644
--- a/net-mgmt/rancid/Makefile
+++ b/net-mgmt/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>