[138431] trunk/dports/devel/jemalloc/Portfile

larryv at macports.org larryv at macports.org
Tue Jul 7 20:28:20 PDT 2015


Revision: 138431
          https://trac.macports.org/changeset/138431
Author:   larryv at macports.org
Date:     2015-07-07 20:28:20 -0700 (Tue, 07 Jul 2015)
Log Message:
-----------
jemalloc: Use `move` instead of `file rename`

Modified Paths:
--------------
    trunk/dports/devel/jemalloc/Portfile

Modified: trunk/dports/devel/jemalloc/Portfile
===================================================================
--- trunk/dports/devel/jemalloc/Portfile	2015-07-08 03:28:17 UTC (rev 138430)
+++ trunk/dports/devel/jemalloc/Portfile	2015-07-08 03:28:20 UTC (rev 138431)
@@ -29,7 +29,7 @@
 patchfiles          patch-memalign.diff
 
 post-destroot {
-    file rename ${destroot}${prefix}/bin/pprof ${destroot}${prefix}/bin/${name}-prof
+    move ${destroot}${prefix}/bin/pprof ${destroot}${prefix}/bin/${name}-prof
 }
 
 test.run            yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150707/87bb7888/attachment-0001.html>


More information about the macports-changes mailing list