diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-06-12 05:06:30 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-06-12 05:06:30 +0800 |
commit | c31e745c3197ecded8e3899b60c101246754075a (patch) | |
tree | e7c4e1a8bf84eb40188873e03c968eb4ac5e78d8 /net/quagga | |
parent | 986d230128e36e2b78322b4f58a4ded81f4726b3 (diff) | |
download | freebsd-ports-gnome-c31e745c3197ecded8e3899b60c101246754075a.tar.gz freebsd-ports-gnome-c31e745c3197ecded8e3899b60c101246754075a.tar.zst freebsd-ports-gnome-c31e745c3197ecded8e3899b60c101246754075a.zip |
Fix MAN8 leftover.
PR: ports/179492
Submitted by: Anes Mukhametov <anes@anes.su>
Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 9257f404cba8..565e88e1b5b3 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -3,6 +3,7 @@ PORTNAME= quagga PORTVERSION= 0.99.22 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH MASTER_SITE_SUBDIR= quagga @@ -25,7 +26,7 @@ USE_PERL5_BUILD=yes FETCH_ARGS= -Fpr MAN1= vtysh.1 -MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 watchquagga.8 +MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 watchquagga.8 ospfclient.8 INFO= quagga OPTIONS_DEFINE= ISISD PAM OSPF_OPAQUE_LSA RTADV SNMP TCPSOCKETS DLMALLOC \ |