diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-09 12:39:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-09 12:39:57 +0000 |
commit | 383c878bf960cc67394e3ed852599890fcb568dc (patch) | |
tree | d8f317f346e24adbc026f935d368840a901154f1 /math/py-numarray | |
parent | f493e5126bcbff747f332437e80603da9b1c3a89 (diff) | |
download | ports-383c878bf960cc67394e3ed852599890fcb568dc.tar.gz ports-383c878bf960cc67394e3ed852599890fcb568dc.zip |
Notes
Diffstat (limited to 'math/py-numarray')
-rw-r--r-- | math/py-numarray/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index 608241fac022..ce34cd585ad5 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -3,7 +3,7 @@ PORTNAME= numarray PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= SF/numpy/Old%20Numarray/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -34,7 +34,7 @@ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${TAR} -C ${WRKSRC}/Doc -cf- .|${TAR} -C ${STAGEDIR}${DOCSDIR} -xf- -port-install-EXAMPLES-on: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${TAR} -C ${WRKSRC}/Examples -cf- .|${TAR} -C ${STAGEDIR}${EXAMPLESDIR} -xf- @${RM} -r ${STAGEDIR}${EXAMPLESDIR}/ufunc/build |