most recent changes, diff for cabextract

Index: archivers/cabextract/Portfile
--- archivers/cabextract/Portfile (revision 36714)
+++ archivers/cabextract/Portfile (revision 36715)
@@ -23,9 +23,10 @@

configure.args --mandir=${prefix}/share/man

+use_parallel_build yes
+
post-destroot {
xinstall -d ${destroot}${prefix}/share/doc/${name}-${version}
xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
README TODO ${destroot}${prefix}/share/doc/${name}-${version}
}
-