Ticket #12574: subversion_Portfile.patch
File subversion_Portfile.patch, 827 bytes (added by mdickens@…, 17 years ago) |
---|
-
(a) Portfile vs. (b) Portfile_new
a b 92 92 variant tools { post-destroot { 93 93 xinstall -d -m 755 ${destroot}${prefix}/share/${name} 94 94 copy ${worksrcpath}/tools ${destroot}${prefix}/share/${name}/tools 95 copy ${worksrcpath}/contrib/client-side/mucc ${destroot}${prefix}/bin/ 95 copy ${worksrcpath}/contrib/client-side/mucc ${destroot}${prefix}/bin 96 copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}/contrib 96 97 foreach f {mucc mucc.o mucc.lo .libs} { 97 delete ${worksrcpath}/contrib/client-side/${f} 98 if {[file exists ${f}]} { 99 delete ${destroot}${prefix}/share/${name}/contrib/client-side/${f} 100 } 98 101 } 99 copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}/contrib100 102 } 101 103 } 102 104