most recent changes, diff for gzrecover

Index: archivers/gzrecover/Portfile
--- archivers/gzrecover/Portfile (revision 28964)
+++ archivers/gzrecover/Portfile (revision 28965)
@@ -37,14 +37,12 @@
set LDFLAGS ${configure.ldflags}

destroot {
- cd ${worksrcpath}
+ xinstall ${worksrcpath}/gzrecover ${destroot}${prefix}/bin
+ xinstall -m 0444 ${worksrcpath}/gzrecover.1 ${destroot}${prefix}/share/man/man1

- xinstall gzrecover ${destroot}${prefix}/bin
- xinstall -m 0444 gzrecover.1 ${destroot}${prefix}/share/man/man1
-
set docdir ${prefix}/share/doc/${name}-${version}
xinstall -d ${destroot}${docdir}
- xinstall -m 0644 ChangeLog README ${destroot}${docdir}
+ xinstall -m 0644 -W ${worksrcpath} ChangeLog README ${destroot}${docdir}
}

variant universal {