Revision: 130288 https://trac.macports.org/changeset/130288 Author: larryv@macports.org Date: 2014-12-29 17:20:59 -0800 (Mon, 29 Dec 2014) Log Message: ----------- py-pyprotocols: Use MacPorts versions of `file` subcommands Modified Paths: -------------- trunk/dports/python/py-pyprotocols/Portfile Modified: trunk/dports/python/py-pyprotocols/Portfile =================================================================== --- trunk/dports/python/py-pyprotocols/Portfile 2014-12-30 01:20:57 UTC (rev 130287) +++ trunk/dports/python/py-pyprotocols/Portfile 2014-12-30 01:20:59 UTC (rev 130288) @@ -35,8 +35,8 @@ depends_lib port:py${python.version}-decoratortools post-destroot { - file delete -force ${destroot}${prefix}/share/doc/${subport} - file copy ${worksrcpath}/docs/ref \ + delete ${destroot}${prefix}/share/doc/${subport} + copy ${worksrcpath}/docs/ref \ ${destroot}${prefix}/share/doc/${subport} xinstall -m 644 -W ${worksrcpath} \ CHANGES.txt README.txt TODO.txt UPGRADING.txt \
participants (1)
-
larryv@macports.org