Ticket #48078: cantera_Portfile.2.diff

File cantera_Portfile.2.diff, 618 bytes (added by jjstickel (Jonathan Stickel), 9 years ago)

using "file attributes"

  • Portfile

    old new  
    77
    88github.setup            Cantera cantera 2.2.0 v
    99conflicts               cantera-devel
     10revision                1
    1011
    1112subport cantera-devel {
    1213    github.setup        Cantera cantera 2.2.0b1 v
     
    5455
    5556destroot                {}
    5657
     58post-destroot {
     59    set bindir ${destroot}${prefix}/bin
     60    file attributes ${bindir}/ck2cti -permissions ugo+x
     61    file attributes ${bindir}/ctml_writer -permissions ugo+x
     62    file attributes ${bindir}/setup_cantera -permissions ugo+x
     63}
     64
    5765notes "
    5866Cantera C++ demos are installed in:
    5967${prefix}/share/cantera/samples