diff options
author | andreas <andreas@FreeBSD.org> | 2001-03-23 06:31:17 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-03-23 06:31:17 +0800 |
commit | a5a0ac46bc92afc6d95921f8666498cc311600c7 (patch) | |
tree | f08511e5682a6fa2025f7163b1f36ecae341c675 /net/zebra-devel/Makefile | |
parent | 798406fca4553d3d7988b98eb33937bdd3c0dafa (diff) | |
download | freebsd-ports-gnome-a5a0ac46bc92afc6d95921f8666498cc311600c7.tar.gz freebsd-ports-gnome-a5a0ac46bc92afc6d95921f8666498cc311600c7.tar.zst freebsd-ports-gnome-a5a0ac46bc92afc6d95921f8666498cc311600c7.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.
Diffstat (limited to 'net/zebra-devel/Makefile')
-rw-r--r-- | net/zebra-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile index 24377458d5ad..e0e4063e31be 100644 --- a/net/zebra-devel/Makefile +++ b/net/zebra-devel/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 \ |