[130171] trunk/dports/python/py-apycot/Portfile

larryv at macports.org larryv at macports.org
Sat Dec 27 22:29:39 PST 2014


Revision: 130171
          https://trac.macports.org/changeset/130171
Author:   larryv at macports.org
Date:     2014-12-27 22:29:39 -0800 (Sat, 27 Dec 2014)
Log Message:
-----------
py-apycot: Use MacPorts' versions of `file` subcommands

Modified Paths:
--------------
    trunk/dports/python/py-apycot/Portfile

Modified: trunk/dports/python/py-apycot/Portfile
===================================================================
--- trunk/dports/python/py-apycot/Portfile	2014-12-28 06:05:41 UTC (rev 130170)
+++ trunk/dports/python/py-apycot/Portfile	2014-12-28 06:29:39 UTC (rev 130171)
@@ -30,7 +30,7 @@
 
 if {${name} ne ${subport}} {
     post-destroot   {
-        file delete -force ${destroot}${prefix}/share/doc/${subport}
-        file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport}
+        delete ${destroot}${prefix}/share/doc/${subport}
+        copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport}
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141227/5a603789/attachment.html>


More information about the macports-changes mailing list