Ticket #25562: miriad-2.diff

File miriad-2.diff, 719 bytes (added by pkgw (Peter Williams), 14 years ago)

Remove superfluous --prefix argument to configure

  • ports/science/miriad/Portfile

    diff --git a/ports/science/miriad/Portfile b/ports/science/miriad/Portfile
    index e8c5953..2be132b 100644
    a b set defaultscope ata 
    8080set thescope ${defaultscope}
    8181
    8282# 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.
    8584
    86 configure.args  --prefix=${prefix} \
    87                 --bindir=${prefix}/libexec/miriad \
     85configure.args  --bindir=${prefix}/libexec/miriad \
    8886                --with-telescope=${defaultscope}
    8987configure.compiler ${compilerident}
    9088