diff options
author | bms <bms@FreeBSD.org> | 2003-11-09 15:15:01 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2003-11-09 15:15:01 +0800 |
commit | b7185dcfd6db134addc518cc64c56cf2f2201041 (patch) | |
tree | b23636ca2a92e4444695d9921f2ccced527bd08e /net/quagga/pkg-plist | |
parent | acf5dc2cfc0549c67ded61d1d6262834ac7e0ecb (diff) | |
download | freebsd-ports-gnome-b7185dcfd6db134addc518cc64c56cf2f2201041.tar.gz freebsd-ports-gnome-b7185dcfd6db134addc518cc64c56cf2f2201041.tar.zst freebsd-ports-gnome-b7185dcfd6db134addc518cc64c56cf2f2201041.zip |
Fix a bug whereby the port could overwrite headers belonging to other ports
when installed.
Submitted by: Boris Kovalenko
Reviewed by: bms
Diffstat (limited to 'net/quagga/pkg-plist')
-rw-r--r-- | net/quagga/pkg-plist | 56 |
1 files changed, 45 insertions, 11 deletions
diff --git a/net/quagga/pkg-plist b/net/quagga/pkg-plist index e75c935fe98b..2368796e569a 100644 --- a/net/quagga/pkg-plist +++ b/net/quagga/pkg-plist @@ -14,15 +14,51 @@ etc/quagga/ripd.conf.sample etc/quagga/ripngd.conf.sample etc/quagga/vtysh.conf.sample etc/quagga/zebra.conf.sample -include/ospfd/ospf_api.h -include/ospfd/ospf_asbr.h -include/ospfd/ospf_dump.h -include/ospfd/ospf_ism.h -include/ospfd/ospf_lsa.h -include/ospfd/ospf_lsdb.h -include/ospfd/ospf_nsm.h -include/ospfd/ospf_opaque.h -include/ospfd/ospfd.h +@dirrm etc/quagga +include/quagga/ospfd/ospf_api.h +include/quagga/ospfd/ospf_asbr.h +include/quagga/ospfd/ospf_dump.h +include/quagga/ospfd/ospf_ism.h +include/quagga/ospfd/ospf_lsa.h +include/quagga/ospfd/ospf_lsdb.h +include/quagga/ospfd/ospf_nsm.h +include/quagga/ospfd/ospf_opaque.h +include/quagga/ospfd/ospfd.h +@dirrm include/quagga/ospfd +include/quagga/ospfapi/ospf_apiclient.h +@dirrm include/quagga/ospfapi +include/quagga/buffer.h +include/quagga/if.h +include/quagga/network.h +include/quagga/sockopt.h +include/quagga/version.h +include/quagga/command.h +include/quagga/if_rmap.h +include/quagga/sockunion.h +include/quagga/vty.h +include/quagga/debug.h +include/quagga/keychain.h +include/quagga/plist.h +include/quagga/str.h +include/quagga/zclient.h +include/quagga/distribute.h +include/quagga/linklist.h +include/quagga/prefix.h +include/quagga/stream.h +include/quagga/zebra.h +include/quagga/filter.h +include/quagga/log.h +include/quagga/privs.h +include/quagga/table.h +include/quagga/getopt.h +include/quagga/md5-gnu.h +include/quagga/routemap.h +include/quagga/thread.h +include/quagga/hash.h +include/quagga/memory.h +include/quagga/smux.h +include/quagga/vector.h +@dirrm include/quagga lib/libospf.a lib/libzebra.a @unexec install-info --delete %D/info/quagga.info %D/info/dir @@ -32,5 +68,3 @@ info/quagga.info-2 info/quagga.info-3 info/quagga.info-4 @exec install-info %D/info/quagga.info %D/info/dir -@dirrm include/ospfd -@dirrm etc/quagga |