svn commit: r345806 - head/chinese/py-cconv

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 24 10:41:36 UTC 2014


Author: sunpoet
Date: Mon Feb 24 10:41:35 2014
New Revision: 345806
URL: http://svnweb.freebsd.org/changeset/ports/345806
QAT: https://qat.redports.org/buildarchive/r345806/

Log:
  - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES

Modified:
  head/chinese/py-cconv/Makefile

Modified: head/chinese/py-cconv/Makefile
==============================================================================
--- head/chinese/py-cconv/Makefile	Mon Feb 24 10:41:31 2014	(r345805)
+++ head/chinese/py-cconv/Makefile	Mon Feb 24 10:41:35 2014	(r345806)
@@ -16,9 +16,8 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libcconv.so:${PORTSDIR}/chinese/cconv
 
 CFLAGS+=	-I${LOCALBASE}/include
-USE_PYTHON=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 USE_PYDISTUTILS=yes
-
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PORTNAME}.so
+USE_PYTHON=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list