py-checker: Remove unnecessary call to chmod(1)
--- trunk/dports/python/py-checker/Portfile 2014-12-30 01:46:28 UTC (rev 130307)
+++ trunk/dports/python/py-checker/Portfile 2014-12-30 01:46:30 UTC (rev 130308)
@@ -38,6 +38,5 @@
xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYRIGHT KNOWN_BUGS \
MAINTAINERS README TODO VERSION pycheckrc \
${destroot}${prefix}/share/doc/${subport}
- system "chmod -R a+r ${destroot}${prefix}"
}
}