[101316] trunk/dports/devel/bootstrap_cmds/Portfile

mfeiri at macports.org mfeiri at macports.org
Tue Jan 8 10:45:12 PST 2013


Revision: 101316
          https://trac.macports.org/changeset/101316
Author:   mfeiri at macports.org
Date:     2013-01-08 10:45:12 -0800 (Tue, 08 Jan 2013)
Log Message:
-----------
bootstrap_cmds: fix #37573

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

Modified: trunk/dports/devel/bootstrap_cmds/Portfile
===================================================================
--- trunk/dports/devel/bootstrap_cmds/Portfile	2013-01-08 18:38:49 UTC (rev 101315)
+++ trunk/dports/devel/bootstrap_cmds/Portfile	2013-01-08 18:45:12 UTC (rev 101316)
@@ -6,6 +6,7 @@
 
 name                    bootstrap_cmds
 version                 85
+revision                1
 categories              devel
 maintainers             mfeiri openmaintainer
 homepage                http://opensource.apple.com/source/${name}/
@@ -29,5 +30,9 @@
     }
 }
 
+post-destroot {
+    file rename ${destroot}${prefix}/bin/migcom ${destroot}${prefix}/libexec/migcom
+}
+
 livecheck.type          regex
 livecheck.regex         "${name}-(\[\\d.\]+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130108/f5721a0f/attachment.html>


More information about the macports-changes mailing list