aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-07-24 04:00:53 +0800
committerpawel <pawel@FreeBSD.org>2013-07-24 04:00:53 +0800
commit42b106f11a515248432e87a5dc9374a49270ba64 (patch)
tree63ef1d1c17e9e51e62ccf0f35964bf49ffac1e6a /net
parent9d2802d5028b34215b13029b9280c7282879a0bd (diff)
downloadfreebsd-ports-gnome-42b106f11a515248432e87a5dc9374a49270ba64.tar.gz
freebsd-ports-gnome-42b106f11a515248432e87a5dc9374a49270ba64.tar.zst
freebsd-ports-gnome-42b106f11a515248432e87a5dc9374a49270ba64.zip
Fix plist, ospfclient manpage is only installed when OSPF_OPAQUE_LSA=on
PR: ports/180570 Submitted by: Anes Mukhametov <anes@anes.su> Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/quagga/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 565e88e1b5b3..f389c0f63002 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -3,7 +3,7 @@
PORTNAME= quagga
PORTVERSION= 0.99.22
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= SAVANNAH
MASTER_SITE_SUBDIR= quagga
@@ -26,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 ospfclient.8
+MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 watchquagga.8
INFO= quagga
OPTIONS_DEFINE= ISISD PAM OSPF_OPAQUE_LSA RTADV SNMP TCPSOCKETS DLMALLOC \
@@ -93,6 +93,7 @@ CONFIGURE_ARGS+=--with-libpam
.if ${PORT_OPTIONS:MOSPF_OPAQUE_LSA}
CONFIGURE_ARGS+=--enable-opaque-lsa
+MAN8+= ospfclient.8
PLIST_SUB+= OSPFAPI=""
.else
CONFIGURE_ARGS+=--disable-opaque-lsa