diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-10-03 13:14:28 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-10-03 13:14:28 +0000 |
commit | 11b250a50b3cb3a3c41708ed4c97c66afdf44962 (patch) | |
tree | 5fe095ed07501202ca9ce080837d5d8fa564cb73 /net/zebra-pj | |
parent | 6661cc8a1bb0c61658fc4fb52a6544bbf98992d6 (diff) | |
download | ports-11b250a50b3cb3a3c41708ed4c97c66afdf44962.tar.gz ports-11b250a50b3cb3a3c41708ed4c97c66afdf44962.zip |
Notes
Diffstat (limited to 'net/zebra-pj')
-rw-r--r-- | net/zebra-pj/Makefile | 5 | ||||
-rw-r--r-- | net/zebra-pj/pkg-plist | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index 046d6b35d702..7d18fe104056 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zebra -PORTVERSION= 0.88 +PORTVERSION= 0.89 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! @@ -17,6 +17,9 @@ MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra +MAN1= vtysh.1 +MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400014 diff --git a/net/zebra-pj/pkg-plist b/net/zebra-pj/pkg-plist index 0d777553ae5f..ddc59b7219ab 100644 --- a/net/zebra-pj/pkg-plist +++ b/net/zebra-pj/pkg-plist @@ -1,6 +1,7 @@ sbin/bgpd sbin/ospfd sbin/ripd +sbin/ripngd sbin/zebra sbin/zebractl etc/zebra/README.mbgp @@ -8,6 +9,7 @@ etc/zebra/bgpd.conf.sample etc/zebra/bgpd.conf.sample2 etc/zebra/ospfd.conf.sample etc/zebra/ripd.conf.sample +etc/zebra/ripngd.conf.sample etc/zebra/zebra.conf.sample @unexec install-info --delete %D/info/zebra.info %D/info/dir info/zebra.info |