Ticket #48078: cantera_Portfile.2.diff
File cantera_Portfile.2.diff, 618 bytes (added by jjstickel (Jonathan Stickel), 9 years ago) |
---|
-
Portfile
old new 7 7 8 8 github.setup Cantera cantera 2.2.0 v 9 9 conflicts cantera-devel 10 revision 1 10 11 11 12 subport cantera-devel { 12 13 github.setup Cantera cantera 2.2.0b1 v … … 54 55 55 56 destroot {} 56 57 58 post-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 57 65 notes " 58 66 Cantera C++ demos are installed in: 59 67 ${prefix}/share/cantera/samples