svn commit: r310507 - in head/net-p2p: libtorrent-rasterbar-15-python libtorrent-rasterbar-16-python

Ruslan Mahmatkhanov rm at FreeBSD.org
Wed Jan 16 18:15:26 UTC 2013


Author: rm
Date: Wed Jan 16 18:15:25 2013
New Revision: 310507
URL: http://svnweb.freebsd.org/changeset/ports/310507

Log:
  - move pkg-plist entries to PLIST_FILES

Deleted:
  head/net-p2p/libtorrent-rasterbar-15-python/pkg-plist
  head/net-p2p/libtorrent-rasterbar-16-python/pkg-plist
Modified:
  head/net-p2p/libtorrent-rasterbar-15-python/Makefile
  head/net-p2p/libtorrent-rasterbar-16-python/Makefile

Modified: head/net-p2p/libtorrent-rasterbar-15-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-15-python/Makefile	Wed Jan 16 18:05:43 2013	(r310506)
+++ head/net-p2p/libtorrent-rasterbar-15-python/Makefile	Wed Jan 16 18:15:25 2013	(r310507)
@@ -12,7 +12,8 @@ LIB_DEPENDS+=	boost_python.4:${PORTSDIR}
 
 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

Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16-python/Makefile	Wed Jan 16 18:05:43 2013	(r310506)
+++ head/net-p2p/libtorrent-rasterbar-16-python/Makefile	Wed Jan 16 18:15:25 2013	(r310507)
@@ -12,7 +12,8 @@ LIB_DEPENDS+=	boost_python.4:${PORTSDIR}
 
 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


More information about the svn-ports-head mailing list