Ticket #27794: Portfile.diff
File Portfile.diff, 930 bytes (added by gellule.xg@…, 14 years ago) |
---|
-
Portfile
old new 5 5 6 6 name ige-mac-bundler 7 7 version 0.6.0 8 revision 1 8 9 categories devel 9 10 platforms darwin 10 11 maintainers flyn.org:mike … … 26 27 build {} 27 28 28 29 destroot { 30 reinplace "s|python|python2.7|g" ${worksrcpath}/ige-mac-bundler.in 31 reinplace "s|@PATH@|${prefix}/Library/Framework/Python.framework/Version/2.7/lib/site-packages|g" ${worksrcpath}/ige-mac-bundler.in 29 32 xinstall -m 755 -d ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 30 33 copy ${worksrcpath}/bundler ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ 31 34 exec make -C ${worksrcpath} bindir=${destroot}${prefix}/bin install