[29587] trunk/dports/devel/nu/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 1 04:28:33 PDT 2007


Revision: 29587
          http://trac.macosforge.org/projects/macports/changeset/29587
Author:   eridius at macports.org
Date:     2007-10-01 04:28:33 -0700 (Mon, 01 Oct 2007)

Log Message:
-----------
Nu: fix nuke

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

Modified: trunk/dports/devel/nu/Portfile
===================================================================
--- trunk/dports/devel/nu/Portfile	2007-10-01 11:20:49 UTC (rev 29586)
+++ trunk/dports/devel/nu/Portfile	2007-10-01 11:28:33 UTC (rev 29587)
@@ -52,9 +52,9 @@
     }
     reinplace s|@@ARCH@@|"$arch"|g ${worksrcpath}/Nukefile
     
-    # fix the shebangs of the tools
+    # fix the tools
     foreach tool [list enu nubile nudoc nuke nutest] {
-        reinplace s|#!/usr/local|#!$prefix| ${worksrcpath}/tools/$tool
+        reinplace s|/usr/local|$prefix| ${worksrcpath}/tools/$tool
     }
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071001/efb695f0/attachment.html


More information about the macports-changes mailing list