most recent changes, diff for py-cssutils

Index: python/py-cssutils/Portfile
--- python/py-cssutils/Portfile (revision 32255)
+++ python/py-cssutils/Portfile (revision 32256)
@@ -20,10 +20,10 @@
checksums md5 cb91bcdce7846a910f5fca92707e4fa1

post-destroot {
- xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name}
- file rename ${destroot}/${prefix}/LICENSE.txt \
- ${destroot}/${prefix}/share/doc/${name}/LICENSE.txt
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ file rename ${destroot}${prefix}/LICENSE.txt \
+ ${destroot}${prefix}/share/doc/${name}/LICENSE.txt
xinstall -m 644 -W ${worksrcpath} README.txt \
- ${destroot}/${prefix}/share/doc/${name}
+ ${destroot}${prefix}/share/doc/${name}
}