diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-06-27 05:57:24 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-06-27 05:57:24 +0000 |
commit | a04a779698fdb3dff4ea2fe829926cc37d04c23b (patch) | |
tree | 79c64e5a12fc2794d29a59e2781a2b7c6e357692 /net/gnet/pkg-plist | |
parent | b9de798e03f412647d850e8fc293c67d41437f1e (diff) | |
download | ports-a04a779698fdb3dff4ea2fe829926cc37d04c23b.tar.gz ports-a04a779698fdb3dff4ea2fe829926cc37d04c23b.zip |
Notes
Diffstat (limited to 'net/gnet/pkg-plist')
-rw-r--r-- | net/gnet/pkg-plist | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/net/gnet/pkg-plist b/net/gnet/pkg-plist index a8e06adbe03f..0a1adae9262b 100644 --- a/net/gnet/pkg-plist +++ b/net/gnet/pkg-plist @@ -9,15 +9,18 @@ include/gnet/md5.h include/gnet/pack.h include/gnet/server.h include/gnet/sha.h +include/gnet/socks.h include/gnet/tcp.h include/gnet/udp.h +include/gnet/unix.h include/gnet/url.h lib/libgnet.a +lib/libgnet.la lib/libgnet.so -lib/libgnet.so.0 +lib/libgnet.so.1 +libdata/pkgconfig/gnet.pc share/aclocal/gnet.m4 share/doc/libgnet1.1-dev/html/book1.html -share/doc/libgnet1.1-dev/html/dnstest.html share/doc/libgnet1.1-dev/html/gnet-conn.html share/doc/libgnet1.1-dev/html/gnet-developers-tips.html share/doc/libgnet1.1-dev/html/gnet-developers.html @@ -31,18 +34,18 @@ share/doc/libgnet1.1-dev/html/gnet-overview.html share/doc/libgnet1.1-dev/html/gnet-pack.html share/doc/libgnet1.1-dev/html/gnet-server.html share/doc/libgnet1.1-dev/html/gnet-sha.html +share/doc/libgnet1.1-dev/html/gnet-socks.html share/doc/libgnet1.1-dev/html/gnet-tcp.html share/doc/libgnet1.1-dev/html/gnet-udp.html +share/doc/libgnet1.1-dev/html/gnet-unix.html share/doc/libgnet1.1-dev/html/gnet-url.html share/doc/libgnet1.1-dev/html/hfetch.html -share/doc/libgnet1.1-dev/html/hostinfo.html share/doc/libgnet1.1-dev/html/index.html share/doc/libgnet1.1-dev/html/index.sgml -share/doc/libgnet1.1-dev/html/jmtransfer.html share/doc/libgnet1.1-dev/html/libgnet-reference.html -share/doc/libgnet1.1-dev/html/ljoust.html share/doc/libgnet1.1-dev/html/sdr.html share/doc/libgnet1.1-dev/html/tests.html -@dirrm include/gnet @dirrm share/doc/libgnet1.1-dev/html @dirrm share/doc/libgnet1.1-dev +@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true +@dirrm include/gnet |