[134928] trunk/dports/multimedia/audacious-core/Portfile

ionic at macports.org ionic at macports.org
Fri Apr 10 18:40:53 PDT 2015


Revision: 134928
          https://trac.macports.org/changeset/134928
Author:   ionic at macports.org
Date:     2015-04-10 18:40:53 -0700 (Fri, 10 Apr 2015)
Log Message:
-----------
audacious-core: use the case-insensitivity safe move instead of file rename.

Modified Paths:
--------------
    trunk/dports/multimedia/audacious-core/Portfile

Modified: trunk/dports/multimedia/audacious-core/Portfile
===================================================================
--- trunk/dports/multimedia/audacious-core/Portfile	2015-04-11 01:40:41 UTC (rev 134927)
+++ trunk/dports/multimedia/audacious-core/Portfile	2015-04-11 01:40:53 UTC (rev 134928)
@@ -75,9 +75,9 @@
 
 post-destroot {
     xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${real_name}
-    file rename ${destroot}${prefix}/share/${real_name}/AUTHORS \
-                ${destroot}${prefix}/share/${real_name}/COPYING \
-                ${destroot}${prefix}/share/doc/${real_name}
+    move ${destroot}${prefix}/share/${real_name}/AUTHORS \
+         ${destroot}${prefix}/share/${real_name}/COPYING \
+         ${destroot}${prefix}/share/doc/${real_name}
 }
 
 # Needs libguess, which is currently not ported.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150410/a196d14a/attachment-0001.html>


More information about the macports-changes mailing list