[37508] branches/variant-descs-14482/base/src/macports1.0/macports.tcl

raimue at macports.org raimue at macports.org
Tue Jun 10 07:14:04 PDT 2008


Revision: 37508
          http://trac.macosforge.org/projects/macports/changeset/37508
Author:   raimue at macports.org
Date:     2008-06-10 07:14:03 -0700 (Tue, 10 Jun 2008)

Log Message:
-----------
macports1.0/macports.tcl:
Use .resources instead of .config as it is a bit clearer, see #14553

Modified Paths:
--------------
    branches/variant-descs-14482/base/src/macports1.0/macports.tcl

Modified: branches/variant-descs-14482/base/src/macports1.0/macports.tcl
===================================================================
--- branches/variant-descs-14482/base/src/macports1.0/macports.tcl	2008-06-10 14:04:54 UTC (rev 37507)
+++ branches/variant-descs-14482/base/src/macports1.0/macports.tcl	2008-06-10 14:14:03 UTC (rev 37508)
@@ -890,11 +890,11 @@
 }
 
 ##
-# Get the path to the .config directory of the source
+# Get the path to the .resources directory of the source
 #
 # @param url port url
-# @return path to the .config directory or an empty string if the protocol does \
-#         not support .config
+# @return path to the .resources directory or an empty string if the protocol does \
+#         not support .resources
 proc macports::getsourceconfigdir {url} {
     if {[catch {getprotocol $url} protocol]} {
         return ""
@@ -902,7 +902,7 @@
 
     switch -- ${protocol} {
         file {
-            return [file normalize [file join [getportdir $url] .. .. .config]]
+            return [file normalize [file join [getportdir $url] .. .. .resources]]
         }
         default {
             return ""

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080610/da712c64/attachment.htm 


More information about the macports-changes mailing list