diff options
-rw-r--r-- | net/zebra-devel/Makefile | 5 | ||||
-rw-r--r-- | net/zebra-devel/pkg-plist | 2 | ||||
-rw-r--r-- | net/zebra-pj/Makefile | 5 | ||||
-rw-r--r-- | net/zebra-pj/pkg-plist | 2 | ||||
-rw-r--r-- | net/zebra/Makefile | 5 | ||||
-rw-r--r-- | net/zebra/pkg-plist | 2 |
6 files changed, 18 insertions, 3 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile index 046d6b35d70..7d18fe10405 100644 --- a/net/zebra-devel/Makefile +++ b/net/zebra-devel/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-devel/pkg-plist b/net/zebra-devel/pkg-plist index 0d777553ae5..ddc59b7219a 100644 --- a/net/zebra-devel/pkg-plist +++ b/net/zebra-devel/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 diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index 046d6b35d70..7d18fe10405 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 0d777553ae5..ddc59b7219a 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 diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 046d6b35d70..7d18fe10405 100644 --- a/net/zebra/Makefile +++ b/net/zebra/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/pkg-plist b/net/zebra/pkg-plist index 0d777553ae5..ddc59b7219a 100644 --- a/net/zebra/pkg-plist +++ b/net/zebra/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 |