aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2017-05-04 13:26:01 +0800
committertcberner <tcberner@FreeBSD.org>2017-05-04 13:26:01 +0800
commite83bfe8e629e14a7d9267e7bdeaf63b24eeff1ff (patch)
tree38a8cc7b40e9bb921742918738a4125b273a74cf /science
parent9212f4cab573b62b8630a973bef51001cdd2dc79 (diff)
downloadfreebsd-ports-gnome-e83bfe8e629e14a7d9267e7bdeaf63b24eeff1ff.tar.gz
freebsd-ports-gnome-e83bfe8e629e14a7d9267e7bdeaf63b24eeff1ff.tar.zst
freebsd-ports-gnome-e83bfe8e629e14a7d9267e7bdeaf63b24eeff1ff.zip
Fix shebangs
Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10527
Diffstat (limited to 'science')
-rw-r--r--science/afni/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile
index 3c40a38ea228..fe4cfa4427e5 100644
--- a/science/afni/Makefile
+++ b/science/afni/Makefile
@@ -11,7 +11,7 @@
PORTNAME= afni
PORTVERSION= 2015.11.13
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science biology graphics
MASTER_SITES= http://www.acadix.biz/Ports/distfiles/
@@ -41,9 +41,10 @@ CONFLICTS= im-[0-9]* \
USES= gettext gmake iconv jpeg:run motif perl5 python shebangfix tar:xz
SHEBANG_FILES= suma_change_spec \
3dPAR2AFNI.pl \
- python_scripts/afni_restproc.py \
- python_scripts/lib_fat_Rfactor.py \
- pkundu/meica.libs/siemens_me2nii.py
+ python_scripts/*.py \
+ pkundu/meica.py \
+ pkundu/meica.libs/*.py \
+ pkundu/meica.libs/mdp/test/run_tests.py
USE_GNOME= glib20
.include <bsd.port.options.mk>