1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-24 10:41:35 +00:00
parent d649a8162e
commit ba2c32849a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345806

View File

@ -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>