[85692] trunk/dports/devel/GitX/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 15 17:55:28 PDT 2011


Revision: 85692
          http://trac.macports.org/changeset/85692
Author:   ryandesign at macports.org
Date:     2011-10-15 17:55:27 -0700 (Sat, 15 Oct 2011)
Log Message:
-----------
GitX: simplify post-destroot

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

Modified: trunk/dports/devel/GitX/Portfile
===================================================================
--- trunk/dports/devel/GitX/Portfile	2011-10-16 00:51:35 UTC (rev 85691)
+++ trunk/dports/devel/GitX/Portfile	2011-10-16 00:55:27 UTC (rev 85692)
@@ -55,8 +55,7 @@
 }
 
 post-destroot {
-    file mkdir  ${destroot}${prefix}/bin
-    file rename ${destroot}${applications_dir}/gitx ${destroot}${prefix}/bin/gitx
+    move ${destroot}${applications_dir}/gitx ${destroot}${prefix}/bin
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111015/34667e59/attachment.html>


More information about the macports-changes mailing list