aboutsummaryrefslogtreecommitdiff
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
parent06d989170c97d99bc9b24b7f025a12b66bc74161 (diff)
downloadports-3de64d5c0cacb88a45626fae5eba9f116c8dfbaa.tar.gz
ports-3de64d5c0cacb88a45626fae5eba9f116c8dfbaa.zip
Notes
-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}