diff options
author | gdt <gdt@pkgsrc.org> | 2012-06-07 23:38:16 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-06-07 23:38:16 +0000 |
commit | bcd414abcc564510a5a7e558588fd9af50853df3 (patch) | |
tree | d715c8d5877839919813c5e776d22bdb0310c801 /net/quagga | |
parent | c8df62603f5341e66f402081809920a230e43c87 (diff) | |
download | pkgsrc-bcd414abcc564510a5a7e558588fd9af50853df3.tar.gz |
Move man pages to optionized PLISTs.
quagga installs man pages for several programs only if the programs
are built. This commit just moves some man pages to PLIST.v6 and
PLIST.opaquelsa.
No revbump because the package, if it built before, will be unchanged.
But now building with non-default options should work.
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/PLIST | 5 | ||||
-rw-r--r-- | net/quagga/PLIST.opaquelsa | 3 | ||||
-rw-r--r-- | net/quagga/PLIST.v6 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/quagga/PLIST b/net/quagga/PLIST index 88eef83599a..6be4f07071f 100644 --- a/net/quagga/PLIST +++ b/net/quagga/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2012/06/07 16:51:43 gdt Exp $ +@comment $NetBSD: PLIST,v 1.13 2012/06/07 23:38:16 gdt Exp $ include/quagga/buffer.h include/quagga/checksum.h include/quagga/command.h @@ -51,11 +51,8 @@ lib/libospf.la lib/libzebra.la man/man1/vtysh.1 man/man8/bgpd.8 -man/man8/ospf6d.8 -man/man8/ospfclient.8 man/man8/ospfd.8 man/man8/ripd.8 -man/man8/ripngd.8 man/man8/watchquagga.8 man/man8/zebra.8 sbin/babeld diff --git a/net/quagga/PLIST.opaquelsa b/net/quagga/PLIST.opaquelsa index 5120295e941..fba4a8cea72 100644 --- a/net/quagga/PLIST.opaquelsa +++ b/net/quagga/PLIST.opaquelsa @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST.opaquelsa,v 1.2 2009/06/14 18:09:41 joerg Exp $ +@comment $NetBSD: PLIST.opaquelsa,v 1.3 2012/06/07 23:38:16 gdt Exp $ include/quagga/ospfapi/ospf_apiclient.h lib/libospfapiclient.la +man/man8/ospfclient.8 sbin/ospfclient diff --git a/net/quagga/PLIST.v6 b/net/quagga/PLIST.v6 index 6c92259d73f..0e9028582ae 100644 --- a/net/quagga/PLIST.v6 +++ b/net/quagga/PLIST.v6 @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST.v6,v 1.3 2008/06/02 12:08:54 obache Exp $ +@comment $NetBSD: PLIST.v6,v 1.4 2012/06/07 23:38:16 gdt Exp $ +man/man8/ospf6d.8 +man/man8/ripngd.8 sbin/ospf6d sbin/ripngd share/examples/quagga/ospf6d.conf.sample |