diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-16 18:15:25 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-16 18:15:25 +0000 |
commit | 0f166724aed1b007882c2f41f7084854b8823399 (patch) | |
tree | 7abab2f64dc82e367ef49efe1516fde493a8d0fd /net-p2p/libtorrent-rasterbar-16-python | |
parent | f4cb02c443f1acee0718cdf5d440bff81c6110ad (diff) | |
download | ports-0f166724aed1b007882c2f41f7084854b8823399.tar.gz ports-0f166724aed1b007882c2f41f7084854b8823399.zip |
Notes
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-16-python')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16-python/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16-python/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/libtorrent-rasterbar-16-python/Makefile b/net-p2p/libtorrent-rasterbar-16-python/Makefile index 2f55a2791e71..73dd7d00662e 100644 --- a/net-p2p/libtorrent-rasterbar-16-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-16-python/Makefile @@ -12,7 +12,8 @@ LIB_DEPENDS+= boost_python.4:${PORTSDIR}/devel/boost-python-libs \ BUILD_WRKSRC= ${WRKSRC}/bindings/python INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist +PLIST= # +PLIST_FILES= %%PYTHON_SITELIBDIR%%/libtorrent.so INSTALLS_EGGINFO= yes PYDISTUTILS_PKGNAME= python_libtorrent diff --git a/net-p2p/libtorrent-rasterbar-16-python/pkg-plist b/net-p2p/libtorrent-rasterbar-16-python/pkg-plist deleted file mode 100644 index 128a4b8d4812..000000000000 --- a/net-p2p/libtorrent-rasterbar-16-python/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/libtorrent.so |