diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-19 21:19:33 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-19 21:19:33 +0000 |
commit | 350b1cecf8e24d32ca784bcde737ff922a0a0def (patch) | |
tree | 4638d7c3f60ddca4152fe86997176285e8121639 /net/libtorrent/pkg-plist | |
parent | 8ed1cdb13c0b181e6fbd9dddad33146e7a06e1dc (diff) | |
download | FreeBSD-ports-350b1cecf8e24d32ca784bcde737ff922a0a0def.zip FreeBSD-ports-350b1cecf8e24d32ca784bcde737ff922a0a0def.tar.gz |
Update port: net/libtorrent - update to version 0.4.7.
Update port to version 0.4.7.
The port now installs libtorrent.pc in the proper directory and
doesn't attempt to remove ${PREFIX}/libdata/pkgconfig anymore.
PR: ports/76465
Submitted by: Florent Thoumie <flz@xbsd.org>
Diffstat (limited to 'net/libtorrent/pkg-plist')
-rw-r--r-- | net/libtorrent/pkg-plist | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/libtorrent/pkg-plist b/net/libtorrent/pkg-plist index 4913b88..5703eca 100644 --- a/net/libtorrent/pkg-plist +++ b/net/libtorrent/pkg-plist @@ -1,3 +1,4 @@ +include/torrent/bencode.h include/torrent/common.h include/torrent/download.h include/torrent/exceptions.h @@ -5,9 +6,7 @@ include/torrent/entry.h include/torrent/http.h include/torrent/peer.h include/torrent/torrent.h -lib/libtorrent.a lib/libtorrent.so lib/libtorrent.so.2 -libexec/pkgconfig/libtorrent.pc +libdata/pkgconfig/libtorrent.pc @dirrm include/torrent -@unexec rmdir %D/libexec/pkgconfig 2> /dev/null || true |