diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-09 20:39:57 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-09 20:39:57 +0800 |
commit | 383c878bf960cc67394e3ed852599890fcb568dc (patch) | |
tree | d8f317f346e24adbc026f935d368840a901154f1 /math | |
parent | f493e5126bcbff747f332437e80603da9b1c3a89 (diff) | |
download | freebsd-ports-gnome-383c878bf960cc67394e3ed852599890fcb568dc.tar.gz freebsd-ports-gnome-383c878bf960cc67394e3ed852599890fcb568dc.tar.zst freebsd-ports-gnome-383c878bf960cc67394e3ed852599890fcb568dc.zip |
Fix installing examples.
Pointy hat to: amdmi3
Sponsored by: Absolight
Diffstat (limited to 'math')
-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 |