diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numeric/Makefile | 4 |
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} |