Ticket #22096: Portfile.diff
File Portfile.diff, 632 bytes (added by howarth@…, 15 years ago) |
---|
-
Portfile
old new 5 5 6 6 name pymol 7 7 version 1.2r2 8 revision 1 8 9 categories science 9 10 maintainers bromo.med.uc.edu:howarth 10 11 description Molecular graphics system … … 54 55 copy ${worksrcpath}/${d} ${destroot}${prefix}/lib/pymol 55 56 } 56 57 } 58 59 post-destroot { 60 system "${prefix}/bin/python2.6 -O ${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/compileall.py -d ${prefix}/lib/pymol/modules ${destroot}${prefix}/lib/pymol/modules" 61 }