Ticket #37644: Portfile.diff
File Portfile.diff, 687 bytes (added by howarth@…, 12 years ago) |
---|
-
Portfile
old new 5 5 6 6 name ccpnmr 7 7 version 2.2.2 8 revision 18 revision 2 9 9 set branch [join [lrange [split $version .] 0 1] .] 10 10 categories science python 11 11 maintainers bromo.med.uc.edu:howarth … … 74 74 post-destroot { 75 75 system "${python.bin} -O ${python.libdir}/compileall.py -d ${python.pkgd}/${name}/${name}${branch} ${destroot}${python.pkgd}/${name}/${name}${branch}" 76 76 } 77 post-activate { 78 system "${python.bin} -O ${python.pkgd}/${name}/${name}${branch}/python/${name}/update/UpdateAuto.py" 79 }