mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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
This commit is contained in:
parent
06d989170c
commit
3de64d5c0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140019
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue