diff options
author | pav <pav@FreeBSD.org> | 2006-12-01 22:50:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-01 22:50:36 +0800 |
commit | 1a3688417ee399192d881df6743191c7de87cf7e (patch) | |
tree | 2014c86a6091058b69d8c723d8231ec3916b5bca /net-p2p/libtorrent-rasterbar-14 | |
parent | 2748635937a99d7520a7523529582a10f5c83976 (diff) | |
download | freebsd-ports-graphics-1a3688417ee399192d881df6743191c7de87cf7e.tar.gz freebsd-ports-graphics-1a3688417ee399192d881df6743191c7de87cf7e.tar.zst freebsd-ports-graphics-1a3688417ee399192d881df6743191c7de87cf7e.zip |
- Fix location of pkgconfig file
PR: ports/106133
Submitted by: Johan Strom <johan@stromnet.se> (maintainer)
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/files/patch-Makefile.in | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/pkg-plist | 4 |
3 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index 01a683918d9..64ec889d5c9 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtorrent PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=libtorrent diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-Makefile.in b/net-p2p/libtorrent-rasterbar-14/files/patch-Makefile.in index 3f2cd075f3d..1b322cd1715 100644 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-Makefile.in +++ b/net-p2p/libtorrent-rasterbar-14/files/patch-Makefile.in @@ -5,7 +5,7 @@ debian/rules -pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(libdir)/libdata/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig pkgconfig_DATA = libtorrent.pc all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/net-p2p/libtorrent-rasterbar-14/pkg-plist b/net-p2p/libtorrent-rasterbar-14/pkg-plist index 7617ef7f621..fca1337deeb 100644 --- a/net-p2p/libtorrent-rasterbar-14/pkg-plist +++ b/net-p2p/libtorrent-rasterbar-14/pkg-plist @@ -196,13 +196,11 @@ include/libtorrent/udp_tracker_connection.hpp include/libtorrent/utf8.hpp include/libtorrent/version.hpp include/libtorrent/web_peer_connection.hpp -lib/libdata/pkgconfig/libtorrent.pc lib/libtorrent.a lib/libtorrent.la lib/libtorrent.so lib/libtorrent.so.1 -@dirrm lib/libdata/pkgconfig -@dirrm lib/libdata +libdata/pkgconfig/libtorrent.pc @dirrm include/libtorrent/kademlia @dirrm include/libtorrent/aux_ @dirrm include/libtorrent/asio/ssl/detail |