mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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
This commit is contained in:
parent
89d799bc00
commit
51a5520123
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323547
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user