aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-11-09 20:39:57 +0800
committermat <mat@FreeBSD.org>2016-11-09 20:39:57 +0800
commit2b7c906e1ae13ce6dcb8e4df3c57a5beb3de5b8a (patch)
treed8f317f346e24adbc026f935d368840a901154f1
parentc669566fda83a40284c1b9b22e0a526254e50236 (diff)
downloadfreebsd-ports-graphics-2b7c906e1ae13ce6dcb8e4df3c57a5beb3de5b8a.tar.gz
freebsd-ports-graphics-2b7c906e1ae13ce6dcb8e4df3c57a5beb3de5b8a.tar.zst
freebsd-ports-graphics-2b7c906e1ae13ce6dcb8e4df3c57a5beb3de5b8a.zip
Fix installing examples.
Pointy hat to: amdmi3 Sponsored by: Absolight
-rw-r--r--math/py-numarray/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile
index 608241fac02..ce34cd585ad 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