From ab4f0b97160e7cb890b1317d29606d2f21dae49f Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sat, 28 Jun 2014 07:03:19 +0000 Subject: - Unbreak ports, which installed setup.py files due to the messed up argument lists in PYDISTUTILS_SETUP PR: 191317 Phabric: D270 With hat: python@ --- math/py-bitvector/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'math/py-bitvector') diff --git a/math/py-bitvector/Makefile b/math/py-bitvector/Makefile index 5f5a93e8e413..82be6717dd48 100644 --- a/math/py-bitvector/Makefile +++ b/math/py-bitvector/Makefile @@ -3,6 +3,7 @@ PORTNAME= bitvector PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,21 +22,16 @@ PORTDOCS= README BitVector-${PORTVERSION}.html PLIST_FILES= %%PYTHON_SITELIBDIR%%/BitVector.py \ %%PYTHON_SITELIBDIR%%/BitVector.pyc \ - %%PYTHON_SITELIBDIR%%/BitVector.pyo \ - %%PYTHON_LIBDIR%%/site-packages/setup.py \ - %%PYTHON_LIBDIR%%/site-packages/setup.pyc \ - %%PYTHON_LIBDIR%%/site-packages/setup.pyo + %%PYTHON_SITELIBDIR%%/BitVector.pyo post-extract: @${RM} -f ${WRKSRC}/test.py -.if !defined(NOPORTDOCS) DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif regression-test: @(cd ${WRKSRC}/TestBitVector && ${PYTHON_CMD} Test.py) -- cgit v1.2.3