[126480] trunk/dports/devel/icmake/files/fix-hierarchy.patch

larryv at macports.org larryv at macports.org
Fri Oct 10 19:10:43 PDT 2014


Revision: 126480
          https://trac.macports.org/changeset/126480
Author:   larryv at macports.org
Date:     2014-10-10 19:10:43 -0700 (Fri, 10 Oct 2014)
Log Message:
-----------
icmake: Replace more instances of "/usr" in manpage

Modified Paths:
--------------
    trunk/dports/devel/icmake/files/fix-hierarchy.patch

Modified: trunk/dports/devel/icmake/files/fix-hierarchy.patch
===================================================================
--- trunk/dports/devel/icmake/files/fix-hierarchy.patch	2014-10-11 02:10:40 UTC (rev 126479)
+++ trunk/dports/devel/icmake/files/fix-hierarchy.patch	2014-10-11 02:10:43 UTC (rev 126480)
@@ -50,6 +50,36 @@
 ===================================================================
 --- doc/icmake.1.orig
 +++ doc/icmake.1
+@@ -152,25 +152,25 @@ E\&.g\&., if the first line of an (execu
+ (without extension) contains
+ .nf 
+ 
+-            #!/usr/bin/icmake \-qi
++            #!__MACPORTS__/bin/icmake \-qi
+         
+ .fi 
+ then \fIicm\fP may be given as a command, thus executing
+ .nf 
+ 
+-            /usr/bin/icmake \-qi icm \&.\&.\&.
++            __MACPORTS__/bin/icmake \-qi icm \&.\&.\&.
+         
+ .fi 
+ Alternatively, 
+ .nf 
+ 
+-            #! /usr/bin/icmake \-qt /tmp/icm
++            #! __MACPORTS__/bin/icmake \-qt /tmp/icm
+         
+ .fi 
+ may be used, resulting in the execution of
+ .nf 
+ 
+-            #! /usr/bin/icmake \-qt /tmp/icm icm \&.\&.\&.
++            #! __MACPORTS__/bin/icmake \-qt /tmp/icm icm \&.\&.\&.
+         
+ .fi 
+ In this case the binary makefile is not kept, but a temporary file
 @@ -1067,23 +1067,22 @@ Example:
  .SH "FILES"
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141010/7565a0ff/attachment.html>


More information about the macports-changes mailing list