diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-03-18 17:01:19 -0400 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-03-18 17:01:19 -0400 |
commit | e1d5ddf251a7e25a1d0097f9afc529ff8762ea1b (patch) | |
tree | 241dbed6959724fec550a1efe141a8ccef1c8636 /docs | |
parent | Bug 633422: Fix the documentation for User.get's include_disabled parameter (diff) | |
download | bugzilla-e1d5ddf251a7e25a1d0097f9afc529ff8762ea1b.tar.gz bugzilla-e1d5ddf251a7e25a1d0097f9afc529ff8762ea1b.tar.bz2 bugzilla-e1d5ddf251a7e25a1d0097f9afc529ff8762ea1b.zip |
Bug 586011 - Change references to 'DarwinPorts' to 'MacPorts' (proper project name)
author=Matt Selsky <selsky_at_columbia_dot_edu>, r=dkl,a=mkanat
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/installation.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 9c905758f..132248da7 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1689,12 +1689,12 @@ C:\perl> <command>ppm install <module name></command> <para>Apple does not include the GD library with Mac OS X. Bugzilla needs this for bug graphs.</para> - <para>You can use DarwinPorts (<ulink url="http://darwinports.com/"/>) + <para>You can use MacPorts (<ulink url="http://www.macports.org/"/>) or Fink (<ulink url="http://sourceforge.net/projects/fink/"/>), both of which are similar in nature to the CPAN installer, but install common unix programs.</para> - <para>Follow the instructions for setting up DarwinPorts or Fink. + <para>Follow the instructions for setting up MacPorts or Fink. Once you have one installed, you'll want to use it to install the <filename>gd2</filename> package. </para> @@ -1720,7 +1720,7 @@ C:\perl> <command>ppm install <module name></command> </para> </note> - <para>Also available via DarwinPorts and Fink is + <para>Also available via MacPorts and Fink is <filename>expat</filename>. After installing the expat package, you will be able to install XML::Parser using CPAN. If you use fink, there is one caveat. Unlike recent versions of |