[51513] trunk/base/src/port1.0/portinstall.tcl

jmr at macports.org jmr at macports.org
Tue May 26 22:38:29 PDT 2009


Revision: 51513
          http://trac.macports.org/changeset/51513
Author:   jmr at macports.org
Date:     2009-05-26 22:38:29 -0700 (Tue, 26 May 2009)
Log Message:
-----------
Make license global in install_main to match the others, even though it seems to work without it

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

Modified: trunk/base/src/port1.0/portinstall.tcl
===================================================================
--- trunk/base/src/port1.0/portinstall.tcl	2009-05-27 05:36:19 UTC (rev 51512)
+++ trunk/base/src/port1.0/portinstall.tcl	2009-05-27 05:38:29 UTC (rev 51513)
@@ -139,7 +139,7 @@
 }
 
 proc portinstall::install_main {args} {
-    global portname portversion portpath categories description long_description homepage depends_run installPlist package-install uninstall workdir worksrcdir pregrefix UI_PREFIX destroot portrevision maintainers ports_force portvariants targets depends_lib PortInfo epoch
+    global portname portversion portpath categories description long_description homepage depends_run installPlist package-install uninstall workdir worksrcdir pregrefix UI_PREFIX destroot portrevision maintainers ports_force portvariants targets depends_lib PortInfo epoch license
     
     # Begin the registry entry
     set regref [registry_new $portname $portversion $portrevision $portvariants $epoch]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090526/275ac49e/attachment-0001.html>


More information about the macports-changes mailing list