From 3de64d5c0cacb88a45626fae5eba9f116c8dfbaa Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 24 Jul 2005 17:34:46 +0000 Subject: - Fix build PR: ports/83915, ports/83985, ports/83989 Submitted by: Brett Goulder , Conrad J. Sabatier , regis rampnoux Was broken for: 51 hours Pointy hat to: tg --- math/py-numeric/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math/py-numeric') 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} -- cgit v1.2.3