[130288] trunk/dports/python/py-pyprotocols/Portfile

larryv at macports.org larryv at macports.org
Mon Dec 29 17:20:59 PST 2014


Revision: 130288
          https://trac.macports.org/changeset/130288
Author:   larryv at 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 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141229/819cf96c/attachment.html>


More information about the macports-changes mailing list