[46145] trunk/dports/_resources/port1.0/group/kde4-1.0.tcl

illogic-al at macports.org illogic-al at macports.org
Fri Jan 30 03:53:28 PST 2009


Revision: 46145
          http://trac.macports.org/changeset/46145
Author:   illogic-al at macports.org
Date:     2009-01-30 03:53:27 -0800 (Fri, 30 Jan 2009)
Log Message:
-----------
Escape $USER. Fixes ticket #18274.

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/kde4-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/kde4-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/kde4-1.0.tcl	2009-01-30 09:49:33 UTC (rev 46144)
+++ trunk/dports/_resources/port1.0/group/kde4-1.0.tcl	2009-01-30 11:53:27 UTC (rev 46145)
@@ -37,7 +37,7 @@
 
 post-extract            { file mkdir ${worksrcpath} }
 
-depends_lib-append             port:doxygen
+depends_lib-append      port:doxygen
 
 configure.compiler      gcc-4.2
 
@@ -56,9 +56,9 @@
 
 post-activate {
     ui_msg "######################################################"
-    ui_msg "#  Programs will not start until you issue the foll: #"
-    ui_msg "#  'sudo chown -R $USER ~/Library/Preferences/KDE'   #"
-    ui_msg "#  replacing $USER with your username, followed by   #"
+    ui_msg "#  Programs will not start until you run the command #"
+    ui_msg "#  'sudo chown -R \$USER ~/Library/Preferences/KDE'   #"
+    ui_msg "#  replacing \$USER with your username, followed by   #"
     ui_msg "#  'open /Applications/Macports/KDE4/kdeinit4.app'   #" 
     ui_msg "#  in a Terminal.                                    #"
     ui_msg "######################################################"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090130/ccc5043f/attachment-0001.html>


More information about the macports-changes mailing list