Ticket #14011: Portfile-eclipse-ecj32.diff

File Portfile-eclipse-ecj32.diff, 674 bytes (added by mvfranz@…, 16 years ago)

Portfile patch

  • Portfile

    old new  
    3030
    3131post-patch {
    3232    copy ${filespath}/build.xml ${worksrcpath}
     33    copy ${filespath}/ecj ${worksrcpath}
     34    file mkdir ${worksrcpath}/META-INF
     35    copy ${filespath}/MANIFEST.MF ${worksrcpath}/META-INF
    3336}
    3437
    3538build.cmd               ${prefix}/bin/ant
     
    3740
    3841destroot {
    3942    xinstall -d ${destroot}${prefix}/share/java
    40     xinstall -W ${worksrcpath} ecj.jar ${destroot}${prefix}/share/java/
     43    xinstall -W ${worksrcpath} eclipse-ecj.jar ${destroot}${prefix}/share/java/
     44    xinstall -W ${worksrcpath} ecj ${destroot}${prefix}/bin
    4145}