aboutsummaryrefslogtreecommitdiff
path: root/net/zebra/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-04-26 23:40:59 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-04-26 23:40:59 +0000
commit57848a7fcc93d06fc872af2a7556d059dab10731 (patch)
tree08f4709ef55146515306500a1093f4121afe21f6 /net/zebra/Makefile
parentab18ec5992898609fb85f3dbc9ca9f128969421f (diff)
downloadports-57848a7fcc93d06fc872af2a7556d059dab10731.tar.gz
ports-57848a7fcc93d06fc872af2a7556d059dab10731.zip
Notes
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r--net/zebra/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index b5fc2c0e79bc..5751661f153e 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -7,7 +7,7 @@
PORTNAME= zebra
PORTVERSION= 0.93b
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ \
ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/ \
@@ -40,16 +40,6 @@ post-clean:
.endif
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 400014
-PLIST:= ${WRKDIR}/PLIST
-pre-install:
- @${CAT} ${PKGDIR}/pkg-plist.v6 ${PKGDIR}/pkg-plist > ${PLIST}
-.else
-CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd
-.endif
-
post-install:
@( cd ${WRKSRC}/doc; rm -f zebra*info*; ${MAKE} zebra.info install )
@${ECHO} "===> installing zebra startup file..."
@@ -64,4 +54,4 @@ post-install:
@${ECHO} "router_flags=\"start\""
@${ECHO} "done."
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>