aboutsummaryrefslogtreecommitdiff
path: root/math/py-bitvector
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-06-28 07:03:19 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-06-28 07:03:19 +0000
commitab4f0b97160e7cb890b1317d29606d2f21dae49f (patch)
tree48879d215482fa629457de990e870ed988b5ef7b /math/py-bitvector
parent057683f226b758a0f4f88d22da6b1c4ebafef23a (diff)
downloadports-ab4f0b97160e7cb890b1317d29606d2f21dae49f.tar.gz
ports-ab4f0b97160e7cb890b1317d29606d2f21dae49f.zip
- Unbreak ports, which installed setup.py files due to the messed up argument
lists in PYDISTUTILS_SETUP PR: 191317 Phabric: D270 With hat: python@
Notes
Notes: svn path=/head/; revision=359664
Diffstat (limited to 'math/py-bitvector')
-rw-r--r--math/py-bitvector/Makefile8
1 files changed, 2 insertions, 6 deletions
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)