net/quagga: fix OSPF Opaque-LSA option bug in pkg-plist
Bug reported by: mat Approved by: portmgr (mat)
This commit is contained in:
parent
e363bfa17b
commit
d278a38e90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357717
2 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= quagga
|
||||
PORTVERSION= 0.99.22.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= SAVANNAH
|
||||
MASTER_SITE_SUBDIR= quagga
|
||||
|
@ -147,6 +148,9 @@ pre-everything::
|
|||
post-stage:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libospf.so.0.0.0
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libzebra.so.0.0.0
|
||||
.if ${PORT_OPTIONS:MOSPF_OPAQUE_LSA}
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libospfapiclient.so.0.0.0
|
||||
.endif
|
||||
${MKDIR} ${STAGEDIR}${LOCALSTATE_DIR}
|
||||
${MKDIR} ${STAGEDIR}${SYSCONF_DIR}
|
||||
|
||||
|
|
|
@ -14,9 +14,9 @@ lib/libospf.so
|
|||
lib/libospf.so.0
|
||||
lib/libospf.so.0.0.0
|
||||
%%OSPFAPI%%lib/libospfapiclient.a
|
||||
%%OSPFAPI%%lib/libospfapiclient.la
|
||||
%%OSPFAPI%%lib/libospfapiclient.so
|
||||
%%OSPFAPI%%lib/libospfapiclient.so.0
|
||||
%%OSPFAPI%%lib/libospfapiclient.so.0.0.0
|
||||
lib/libzebra.a
|
||||
lib/libzebra.so
|
||||
lib/libzebra.so.0
|
||||
|
@ -83,6 +83,7 @@ man/man1/vtysh.1.gz
|
|||
man/man8/bgpd.8.gz
|
||||
man/man8/ospf6d.8.gz
|
||||
man/man8/ospfd.8.gz
|
||||
%%OSPFAPI%%man/man8/ospfclient.8.gz
|
||||
man/man8/ripd.8.gz
|
||||
man/man8/ripngd.8.gz
|
||||
man/man8/watch%%ENABLE_USER%%.8.gz
|
||||
|
|
Loading…
Reference in a new issue