[130168] trunk/dports/python/py-apsw/Portfile

larryv at macports.org larryv at macports.org
Sat Dec 27 22:05:37 PST 2014


Revision: 130168
          https://trac.macports.org/changeset/130168
Author:   larryv at macports.org
Date:     2014-12-27 22:05:37 -0800 (Sat, 27 Dec 2014)
Log Message:
-----------
py-apsw: Use MacPorts' `copy` instead of `file copy`

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

Modified: trunk/dports/python/py-apsw/Portfile
===================================================================
--- trunk/dports/python/py-apsw/Portfile	2014-12-28 06:05:35 UTC (rev 130167)
+++ trunk/dports/python/py-apsw/Portfile	2014-12-28 06:05:37 UTC (rev 130168)
@@ -32,7 +32,7 @@
     depends_lib-append  port:sqlite3
 
     post-extract {
-        file copy ${filespath}/setup.cfg ${worksrcpath}/setup.cfg
+        copy ${filespath}/setup.cfg ${worksrcpath}/setup.cfg
         reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/setup.cfg
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141227/bc990d6d/attachment.html>


More information about the macports-changes mailing list