aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-numeric/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-numeric/Makefile')
-rw-r--r--math/py-numeric/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile
index f02011c62c06..d6ecdbc2c469 100644
--- a/math/py-numeric/Makefile
+++ b/math/py-numeric/Makefile
@@ -7,6 +7,7 @@
PORTNAME= numeric
PORTVERSION= 24.2
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= http://numpy.scipy.org/:doc \
${MASTER_SITE_SOURCEFORGE:S/$/:source/}
@@ -24,6 +25,9 @@ USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= Numeric
PYDISTUTILS_EGGINFODIR= ${PYTHONPREFIX_SITELIBDIR}/Numeric
+# PYDISTUTILS_NOEGGINFO is used as a temporary workaround to fix the plist
+PYDISTUTILS_NOEGGINFO=yes
+
WRKSRC= ${WRKDIR}/Numeric-${PORTVERSION}
DOCSDIR= ${PREFIX}/share/doc/py-numeric