[134956] trunk/dports/multimedia/mpv/Portfile

ionic at macports.org ionic at macports.org
Sat Apr 11 17:22:30 PDT 2015


Revision: 134956
          https://trac.macports.org/changeset/134956
Author:   ionic at macports.org
Date:     2015-04-11 17:22:30 -0700 (Sat, 11 Apr 2015)
Log Message:
-----------
mpv: replace "file copy" with port' case-insensitivity safe "copy" function.

Modified Paths:
--------------
    trunk/dports/multimedia/mpv/Portfile

Modified: trunk/dports/multimedia/mpv/Portfile
===================================================================
--- trunk/dports/multimedia/mpv/Portfile	2015-04-11 20:30:28 UTC (rev 134955)
+++ trunk/dports/multimedia/mpv/Portfile	2015-04-12 00:22:30 UTC (rev 134956)
@@ -262,10 +262,10 @@
             ${destroot}${prefix}/etc/${name}/${etcfile}
     }
     xinstall -d -m 0755 ${destroot}${prefix}/share/examples/${name}
-    file copy {*}[glob ${worksrcpath}/TOOLS/lua ${worksrcpath}/TOOLS/*.pl \
-                         ${worksrcpath}/TOOLS/*.sh ${worksrcpath}/TOOLS/*.py \
-                         ${worksrcpath}/TOOLS/umpv ${worksrcpath}/TOOLS/lib] \
-                   ${destroot}${prefix}/share/examples/${name}
+    copy {*}[glob ${worksrcpath}/TOOLS/lua ${worksrcpath}/TOOLS/*.pl \
+                  ${worksrcpath}/TOOLS/*.sh ${worksrcpath}/TOOLS/*.py \
+                  ${worksrcpath}/TOOLS/umpv ${worksrcpath}/TOOLS/lib] \
+         ${destroot}${prefix}/share/examples/${name}
 
     if {${os.platform} eq "darwin"} {
         xinstall -m 0644 ${worksrcpath}/TOOLS/config-maintainer \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150411/91dbfc6c/attachment.html>


More information about the macports-changes mailing list