summaryrefslogtreecommitdiff
path: root/science/afni/Makefile
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-01-30 10:03:13 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-01-30 10:03:13 +0000
commit5084c1abc91c6397fbc7801802eb6e8dd57492d2 (patch)
tree727c7cff8dfbce2a92e6a5c24ed7ad6a304bfb3f /science/afni/Makefile
parentSHA256ify (diff)
Changes to the port:
Author fixed the problem with filename versioning by placing filenames without version in their name in a subdirectory on the web server. Changes to the software itself: -DPIC -fPIC used only for amd64 and ia64, suggested by kris Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=154785
Diffstat (limited to 'science/afni/Makefile')
-rw-r--r--science/afni/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile
index 741ad1c928fc..35c5d05f0bbf 100644
--- a/science/afni/Makefile
+++ b/science/afni/Makefile
@@ -18,10 +18,10 @@
PORTNAME= afni
PORTVERSION= 2005.12.30.0934
CATEGORIES= science biology graphics
-MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/AFNI/
+MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/AFNI/${PORTVERSION}/
DISTFILES= afni_src.tgz afni_doc.tgz afni.1 \
Makefile.FreeBSD_PORT TTatlas+tlrc.BRIK.gz TTatlas+tlrc.HEAD
-DIST_SUBDIR= AFNI
+DIST_SUBDIR= AFNI-${PORTVERSION}
EXTRACT_ONLY= afni_src.tgz afni_doc.tgz
MAINTAINER= bacon@smithers.neuro.mcw.edu