aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-04-18 18:26:10 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-04-18 18:26:10 +0800
commitc1c437909e9c6b4cb34bca4a48a42820aa2ef324 (patch)
tree84bf88d0962185278e8e51e3878d7d5130b90528 /math
parent8fb4288f8b8f5e65981f87f07b4713cf33d8516d (diff)
downloadfreebsd-ports-gnome-c1c437909e9c6b4cb34bca4a48a42820aa2ef324.tar.gz
freebsd-ports-gnome-c1c437909e9c6b4cb34bca4a48a42820aa2ef324.tar.zst
freebsd-ports-gnome-c1c437909e9c6b4cb34bca4a48a42820aa2ef324.zip
- Fix shebangs
Diffstat (limited to 'math')
-rw-r--r--math/py-numarray/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile
index ce34cd585ad5..8b7ccf597e95 100644
--- a/math/py-numarray/Makefile
+++ b/math/py-numarray/Makefile
@@ -3,7 +3,7 @@
PORTNAME= numarray
PORTVERSION= 1.5.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math python
MASTER_SITES= SF/numpy/Old%20Numarray/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ COMMENT= Numeric array manipulation extension module for Python
LICENSE= BSD3CLAUSE
-USES= python
+USES= python shebangfix
+SHEBANG_FILES= Examples/convolve/benchmark.py
USE_PYTHON= distutils autoplist
PORTDOCS= *