Ticket #27794: Portfile.diff

File Portfile.diff, 930 bytes (added by gellule.xg@…, 13 years ago)
  • Portfile

    old new  
    55
    66name                ige-mac-bundler
    77version             0.6.0
     8revision            1
    89categories          devel
    910platforms           darwin
    1011maintainers         flyn.org:mike
     
    2627build {}
    2728
    2829destroot {
     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
    2932    xinstall -m 755 -d ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
    3033    copy ${worksrcpath}/bundler ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/
    3134    exec make -C ${worksrcpath} bindir=${destroot}${prefix}/bin install