[78658] trunk/base/src/port1.0/portmain.tcl

jmr at macports.org jmr at macports.org
Mon May 16 06:20:47 PDT 2011


Revision: 78658
          http://trac.macports.org/changeset/78658
Author:   jmr at macports.org
Date:     2011-05-16 06:20:47 -0700 (Mon, 16 May 2011)
Log Message:
-----------
consolidate 'options' calls in portmain

Modified Paths:
--------------
    trunk/base/src/port1.0/portmain.tcl

Modified: trunk/base/src/port1.0/portmain.tcl
===================================================================
--- trunk/base/src/port1.0/portmain.tcl	2011-05-16 10:10:12 UTC (rev 78657)
+++ trunk/base/src/port1.0/portmain.tcl	2011-05-16 13:20:47 UTC (rev 78658)
@@ -44,13 +44,16 @@
 }
 
 # define options
-options prefix name version revision epoch categories maintainers
-options long_description description homepage notes license provides conflicts replaced_by
-options worksrcdir filesdir distname portdbpath libpath distpath sources_conf os.platform os.subplatform os.version os.major os.arch os.endian platforms default_variants install.user install.group macosx_deployment_target
-options universal_variant os.universal_supported
-options supported_archs depends_skip_archcheck
-options copy_log_files
-options compiler.cpath compiler.library_path
+options prefix name version revision epoch categories maintainers \
+        long_description description homepage notes license \
+        provides conflicts replaced_by \
+        worksrcdir filesdir distname portdbpath libpath distpath sources_conf \
+        os.platform os.subplatform os.version os.major os.arch os.endian \
+        platforms default_variants install.user install.group \
+        macosx_deployment_target universal_variant os.universal_supported \
+        supported_archs depends_skip_archcheck \
+        copy_log_files \
+        compiler.cpath compiler.library_path
 
 # Order of option_proc and option_export matters. Filter before exporting.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110516/a3f63dd7/attachment.html>


More information about the macports-changes mailing list