diff --git a/ports/science/miriad/Portfile b/ports/science/miriad/Portfile
index e8c5953..2be132b 100644
a
|
b
|
set defaultscope ata |
80 | 80 | set thescope ${defaultscope} |
81 | 81 | |
82 | 82 | # Configure settings. Keep the binaries out of ${prefix}/bin to avoid |
83 | | # possible conflicts. The automiriad scripts will deal with this correctly |
84 | | # anyway. |
| 83 | # possible conflicts. The automiriad scripts will deal with this correctly. |
85 | 84 | |
86 | | configure.args --prefix=${prefix} \ |
87 | | --bindir=${prefix}/libexec/miriad \ |
| 85 | configure.args --bindir=${prefix}/libexec/miriad \ |
88 | 86 | --with-telescope=${defaultscope} |
89 | 87 | configure.compiler ${compilerident} |
90 | 88 | |