aboutsummaryrefslogtreecommitdiff
path: root/net/zebra-pj/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2001-03-22 22:31:17 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2001-03-22 22:31:17 +0000
commit11f69929229465741bf83ca387d8bf656366cec3 (patch)
tree33fb77c5338bf3a9fb4c5a7c8bb03fe268e837d8 /net/zebra-pj/Makefile
parent2c9e91a9b58ecefbed6e4bd08eda10a092b328d9 (diff)
downloadports-11f69929229465741bf83ca387d8bf656366cec3.tar.gz
ports-11f69929229465741bf83ca387d8bf656366cec3.zip
update to new zebra 0.91a
- some workarounds concerning installation of zebra info files since sources doesn't contain all info files... - modified zebractl script to check, if zebra.conf exists, which is needed for every routing protocol, error message and exit if not found. From the author: "0.91 is basically a bugfix release. All of IPv6 codes are based upon new RIB codes" Bugfixes and features see ChangeLog file.
Notes
Notes: svn path=/head/; revision=40221
Diffstat (limited to 'net/zebra-pj/Makefile')
-rw-r--r--net/zebra-pj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile
index 24377458d5ad..e0e4063e31be 100644
--- a/net/zebra-pj/Makefile
+++ b/net/zebra-pj/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= zebra
-PORTVERSION= 0.90a
-PORTREVISION= 3
+PORTVERSION= 0.91a
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
@@ -42,6 +41,7 @@ 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..."
@${SED} -e "s=!!PREFIX!!=${PREFIX}=" \
< ${FILESDIR}/zebractl.sh \