[69606] branches/gsoc10-configfiles/base/src/port1.0/portmain.tcl

and.damore at macports.org and.damore at macports.org
Sat Jul 10 14:55:38 PDT 2010


Revision: 69606
          http://trac.macports.org/changeset/69606
Author:   and.damore at macports.org
Date:     2010-07-10 14:55:35 -0700 (Sat, 10 Jul 2010)
Log Message:
-----------
added options to portmain.tcl

Modified Paths:
--------------
    branches/gsoc10-configfiles/base/src/port1.0/portmain.tcl

Modified: branches/gsoc10-configfiles/base/src/port1.0/portmain.tcl
===================================================================
--- branches/gsoc10-configfiles/base/src/port1.0/portmain.tcl	2010-07-10 21:39:50 UTC (rev 69605)
+++ branches/gsoc10-configfiles/base/src/port1.0/portmain.tcl	2010-07-10 21:55:35 UTC (rev 69606)
@@ -51,6 +51,7 @@
 options supported_archs depends_skip_archcheck
 options copy_log_files
 options compiler.cpath compiler.library_path
+options config_path config_files
 
 # Order of option_proc and option_export matters. Filter before exporting.
 
@@ -79,6 +80,8 @@
 default worksrcdir {$distname}
 default filespath {[file join $portpath $filesdir]}
 default worksrcpath {[file join $workpath $worksrcdir]}
+default config_path {${prefix}/etc}
+default config_files {}
 # empty list means all archs are supported
 default supported_archs {}
 default depends_skip_archcheck {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100710/b601b010/attachment.html>


More information about the macports-changes mailing list