Revision: 130308 https://trac.macports.org/changeset/130308 Author: larryv@macports.org Date: 2014-12-29 17:46:30 -0800 (Mon, 29 Dec 2014) Log Message: ----------- py-checker: Remove unnecessary call to chmod(1) Modified Paths: -------------- trunk/dports/python/py-checker/Portfile Modified: trunk/dports/python/py-checker/Portfile =================================================================== --- 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}" } }