aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-06 05:10:33 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-06 05:10:33 +0800
commitaf4a86d10754f52b93652537aa2e7ba56c571ab9 (patch)
tree12e9c9fe837dc60673155c75041d3828ec7e1aa5 /science
parentd0b31fa7b42e5f3a92a8146b81718efb661a5215 (diff)
downloadfreebsd-ports-graphics-af4a86d10754f52b93652537aa2e7ba56c571ab9.tar.gz
freebsd-ports-graphics-af4a86d10754f52b93652537aa2e7ba56c571ab9.tar.zst
freebsd-ports-graphics-af4a86d10754f52b93652537aa2e7ba56c571ab9.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q2
Diffstat (limited to 'science')
-rw-r--r--science/py-obspy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/science/py-obspy/Makefile b/science/py-obspy/Makefile
index a2f8deaec8d..1fcfcb14fb2 100644
--- a/science/py-obspy/Makefile
+++ b/science/py-obspy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= obspy
PORTVERSION= 0.10.1
+PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +21,8 @@ BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= fortran zip python
+USES= fortran python shebangfix zip
+SHEBANG_FILES= obspy/taup/tests/data/TauP_test_data/gendata.sh
USE_LDCONFIG= yes
LDFLAGS+= -shared
USE_PYTHON= distutils autoplist