diff options
author | pav <pav@FreeBSD.org> | 2005-07-25 01:34:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-25 01:34:46 +0800 |
commit | 0160e7c437940554c86667a6eed60dde80927184 (patch) | |
tree | e597aa918c37e456882a93d1ef8f601d7615d94f /math | |
parent | f36863f39b149a6c15e28d85dc4168d905411b7b (diff) | |
download | freebsd-ports-gnome-0160e7c437940554c86667a6eed60dde80927184.tar.gz freebsd-ports-gnome-0160e7c437940554c86667a6eed60dde80927184.tar.zst freebsd-ports-gnome-0160e7c437940554c86667a6eed60dde80927184.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
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} |