Revision: 81649 http://trac.macports.org/changeset/81649 Author: jmr@macports.org Date: 2011-08-03 05:08:09 -0700 (Wed, 03 Aug 2011) Log Message: ----------- guide: changing the tclpackage path isn't generally needed any more Modified Paths: -------------- trunk/doc-new/guide/xml/installing.xml Modified: trunk/doc-new/guide/xml/installing.xml =================================================================== --- trunk/doc-new/guide/xml/installing.xml 2011-08-03 12:04:23 UTC (rev 81648) +++ trunk/doc-new/guide/xml/installing.xml 2011-08-03 12:08:09 UTC (rev 81649) @@ -340,9 +340,9 @@ <para>Occasionally a MacPorts developer may wish to install more than one MacPorts instance on the same host. Only one copy of MacPorts may - use the default Tcl library path <filename>/Library/Tcl/</filename>, so + use the default prefix <filename>/opt/local</filename>, so for additional installations use the option - <option>--with-tclpackage</option> as shown below. It's also recommended + <option>--prefix</option> as shown below. It's also recommended to change the applications dir using <option>--with-applications-dir</option> to avoid conflicts in <filename>/Applications/MacPorts</filename>.</para> @@ -355,7 +355,7 @@ <programlisting><prompt>%%</prompt> <userinput>export PATH=/bin:/sbin:/usr/bin:/usr/sbin</userinput> <prompt>%%</prompt> <userinput>MP_PREFIX=/opt/macports-test</userinput> -<prompt>%%</prompt> <userinput>./configure --prefix=$MP_PREFIX --with-tclpackage=$MP_PREFIX/Library/Tcl --with-applications-dir=$MP_PREFIX/Applications</userinput> +<prompt>%%</prompt> <userinput>./configure --prefix=$MP_PREFIX --with-applications-dir=$MP_PREFIX/Applications</userinput> <prompt>%%</prompt> <userinput>make</userinput> <prompt>%%</prompt> <userinput>sudo make install</userinput> </programlisting>