[22186] trunk/base/src/darwinports1.0/darwinports.tcl

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 20 23:27:40 PST 2007


Revision: 22186
          http://trac.macosforge.org/projects/macports/changeset/22186
Author:   jmpp at macports.org
Date:     2007-02-20 23:27:39 -0800 (Tue, 20 Feb 2007)

Log Message:
-----------

What was it that jberry once said? A bug in the code is worth... something, a bug in the
documentation is worth... twice that something... or something to that effect :P In any case,
just pointing out in a comment that our main configuration file lives under ${prefix}/etc/ports ;-)

Modified Paths:
--------------
    trunk/base/src/darwinports1.0/darwinports.tcl

Modified: trunk/base/src/darwinports1.0/darwinports.tcl
===================================================================
--- trunk/base/src/darwinports1.0/darwinports.tcl	2007-02-21 06:30:44 UTC (rev 22185)
+++ trunk/base/src/darwinports1.0/darwinports.tcl	2007-02-21 07:27:39 UTC (rev 22186)
@@ -212,7 +212,7 @@
 	}
     }
 
-    # finally /etc/ports/ports.conf, or whatever path was configured
+    # finally ${prefix}/etc/ports/ports.conf, or whatever path was configured
     if {![info exists portconf]} {
 	if {[file isfile $dports_conf_path/ports.conf]} {
 	    set portconf $dports_conf_path/ports.conf

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


More information about the macports-changes mailing list