diff options
author | rm <rm@FreeBSD.org> | 2013-01-17 02:15:25 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-01-17 02:15:25 +0800 |
commit | e8a4be7ebb6a03f96c2a70aa735ef048e53d4d85 (patch) | |
tree | 7abab2f64dc82e367ef49efe1516fde493a8d0fd /net-p2p | |
parent | 87b7be68991f484c530c54504cac1c278e84ccd3 (diff) | |
download | freebsd-ports-gnome-e8a4be7ebb6a03f96c2a70aa735ef048e53d4d85.tar.gz freebsd-ports-gnome-e8a4be7ebb6a03f96c2a70aa735ef048e53d4d85.tar.zst freebsd-ports-gnome-e8a4be7ebb6a03f96c2a70aa735ef048e53d4d85.zip |
- move pkg-plist entries to PLIST_FILES
Diffstat (limited to 'net-p2p')
4 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15-python/Makefile b/net-p2p/libtorrent-rasterbar-15-python/Makefile index e75a9a2c3687..3c2e735a832a 100644 --- a/net-p2p/libtorrent-rasterbar-15-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-15-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-15-python/pkg-plist b/net-p2p/libtorrent-rasterbar-15-python/pkg-plist deleted file mode 100644 index 128a4b8d4812..000000000000 --- a/net-p2p/libtorrent-rasterbar-15-python/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/libtorrent.so 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 |