aboutsummaryrefslogtreecommitdiff
path: root/math/py-numeric
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-24 17:34:46 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-24 17:34:46 +0000
commit3de64d5c0cacb88a45626fae5eba9f116c8dfbaa (patch)
tree50e0b98583285153d16daf2dbbaeee6ae89fe9b3 /math/py-numeric
parent06d989170c97d99bc9b24b7f025a12b66bc74161 (diff)
downloadports-3de64d5c0cacb88a45626fae5eba9f116c8dfbaa.tar.gz
ports-3de64d5c0cacb88a45626fae5eba9f116c8dfbaa.zip
- Fix build
PR: ports/83915, ports/83985, ports/83989 Submitted by: Brett Goulder <predatorfreak@dcaf-security.org>, Conrad J. Sabatier <conrads@cox.net>, regis rampnoux <regisr@pobox.com> Was broken for: 51 hours Pointy hat to: tg
Notes
Notes: svn path=/head/; revision=140019
Diffstat (limited to 'math/py-numeric')
-rw-r--r--math/py-numeric/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile
index 44ac583fe653..15efe6983fcd 100644
--- a/math/py-numeric/Makefile
+++ b/math/py-numeric/Makefile
@@ -22,6 +22,8 @@ COMMENT= The Numeric Extension to Python
USE_PYTHON= yes
USE_PYDISTUTILS=yes
+WRKSRC= ${WRKDIR}/Numeric-${PORTVERSION}
+
DOCSDIR= ${PREFIX}/share/doc/py-numeric
EXAMPLESDIR= ${PREFIX}/share/examples/py-numeric
@@ -35,7 +37,7 @@ pre-fetch:
.endif
post-extract:
- @${CP} ${DISTDIR}/numpy.pdf ${WRKSRC}
+ @${CP} ${DISTDIR}/numpy.pdf ${WRKDIR}
post-install:
@${MKDIR} ${EXAMPLESDIR}