most recent changes, diff for wxgtk
Index: x11/wxgtk/Portfile
--- x11/wxgtk/Portfile (revision 32255)
+++ x11/wxgtk/Portfile (revision 32256)
@@ -29,9 +29,9 @@
--with-freetype --with-zlib
post-destroot {
- xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name}
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
eval xinstall -m 644 [glob ${worksrcpath}/*.txt] \
- ${destroot}/${prefix}/share/doc/${name}
+ ${destroot}${prefix}/share/doc/${name}
}
variant opengl {