From 5c28f34cda375f633fd74f2a9ba37ef25c4fddbc Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 4 May 2017 05:26:01 +0000 Subject: [PATCH] Fix shebangs Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10527 --- science/afni/Makefile | 9 +++++---- 1 file 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