Ticket #14011: Portfile-eclipse-ecj32.diff
File Portfile-eclipse-ecj32.diff, 674 bytes (added by mvfranz@…, 17 years ago) |
---|
-
Portfile
old new 30 30 31 31 post-patch { 32 32 copy ${filespath}/build.xml ${worksrcpath} 33 copy ${filespath}/ecj ${worksrcpath} 34 file mkdir ${worksrcpath}/META-INF 35 copy ${filespath}/MANIFEST.MF ${worksrcpath}/META-INF 33 36 } 34 37 35 38 build.cmd ${prefix}/bin/ant … … 37 40 38 41 destroot { 39 42 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 41 45 }