1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
- staging
- autoplist
This commit is contained in:
Ruslan Makhmatkhanov 2013-11-10 18:56:03 +00:00
parent 1ca7aab9be
commit 0c3fdb45af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333424

View File

@ -14,18 +14,6 @@ LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST=yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/six.py \
%%PYTHON_SITELIBDIR%%/six.pyc \
%%PYTHON_SITELIBDIR%%/six.pyo
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-install:
.if ${PYTHON_REL} >= 320
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>