aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-24 10:41:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-24 10:41:35 +0000
commitba2c32849af307e3dbb272cda16061f602a82556 (patch)
tree8814d5582ef95f886b0a75d59a7d44d1518b60f2 /chinese
parentd649a8162e16a6ba0dbb9160bcaf854c680065ad (diff)
downloadports-ba2c32849af307e3dbb272cda16061f602a82556.tar.gz
ports-ba2c32849af307e3dbb272cda16061f602a82556.zip
- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES
Notes
Notes: svn path=/head/; revision=345806
Diffstat (limited to 'chinese')
-rw-r--r--chinese/py-cconv/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/py-cconv/Makefile b/chinese/py-cconv/Makefile
index da7a9fa8acb4..85793ce0fbfc 100644
--- a/chinese/py-cconv/Makefile
+++ b/chinese/py-cconv/Makefile
@@ -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>