diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-24 18:41:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-24 18:41:35 +0800 |
commit | 0252e46bb1d31c3f36f6b14dbb3d599212945bea (patch) | |
tree | 8814d5582ef95f886b0a75d59a7d44d1518b60f2 /chinese | |
parent | f65424da69fdafcc3bce8662af54e0bccb4f73c5 (diff) | |
download | freebsd-ports-gnome-0252e46bb1d31c3f36f6b14dbb3d599212945bea.tar.gz freebsd-ports-gnome-0252e46bb1d31c3f36f6b14dbb3d599212945bea.tar.zst freebsd-ports-gnome-0252e46bb1d31c3f36f6b14dbb3d599212945bea.zip |
- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/py-cconv/Makefile | 5 |
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> |