Ticket #27879: tnef2txt_install_fix.patch
File tnef2txt_install_fix.patch, 551 bytes (added by rolandwalker (Roland Walker), 14 years ago) |
---|
-
Portfile
old new 26 26 destroot { system "install -m 755 -d ${destroot}${prefix}/bin" 27 27 system "install -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin" 28 28 system "install -m 755 -d ${destroot}${prefix}/share/doc/${name}" 29 system "install -m 644 apptnef.* ${destroot}${prefix}/share/doc/${name}" }29 system "install -m 644 ${worksrcpath}/apptnef.* ${destroot}${prefix}/share/doc/${name}" }