Ticket #37054: Portfile.diff

File Portfile.diff, 677 bytes (added by mattcottrell, 11 years ago)

Portfile diff removes gnubin from PATH

  • Portfile

    old new  
    66name                    arb
    77epoch                   1
    88version                 5.5
     9revision                1
    910categories              science
    1011maintainers             mac.com:matt.cottrell
    1112platforms               darwin
     
    8283
    8384build.env-append        PREFIX=${prefix} \
    8485                        ARBHOME=${worksrcpath} \
    85                         PATH=${worksrcpath}/bin:${prefix}/libexec/gnubin:$env(PATH)
     86                        PATH=${worksrcpath}/bin:$env(PATH)
    8687
    8788# https://trac.macports.org/ticket/33756
    8889compiler.blacklist      clang