Ticket #35588: patch-Portfile.diff
File patch-Portfile.diff, 532 bytes (added by grail@…, 12 years ago) |
---|
-
Portfile
old new 20 20 21 21 build.target linux 22 22 23 pre-patch { 24 reinplace "s|\015||g" ${worksrcpath}/elhttp.c 25 } 26 23 27 destroot { 24 28 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/ 25 29 xinstall -m 755 -s ${worksrcpath}/elhttp ${destroot}${prefix}/sbin 26 xinstall -m 644 ${worksrcpath}/README ChangeLog \30 xinstall -m 644 ${worksrcpath}/README ${worksrcpath}/ChangeLog \ 27 31 ${destroot}${prefix}/share/doc/${name}/ 28 32 }