most recent changes, diff for afni

Index: science/afni/Portfile
--- science/afni/Portfile (revision 27681)
+++ science/afni/Portfile (revision 27682)
@@ -31,7 +31,7 @@
platform powerpc {
post-patch {
cd ${workpath}/afni_src
- file copy ${filespath}/Makefile.macosx_PowerPC_darwinports \
+ file copy ${filespath}/Makefile.ppc \
Makefile
reinplace "s|openMotif-2.2.3|${workpath}/openMotif-2.2.3|g" ${workpath}/afni_src/Makefile
}
@@ -40,7 +40,7 @@
platform i386 {
post-patch {
cd ${workpath}/afni_src
- file copy ${filespath}/Makefile.macosx_Intel_darwinports \
+ file copy ${filespath}/Makefile.i386 \
Makefile
reinplace "s|openMotif-2.2.3|${workpath}/openMotif-2.2.3|g" ${workpath}/afni_src/Makefile
}