diff options
author | Matt Selsky <selsky_at_columbia_dot_edu> | 2011-03-15 21:02:06 +0100 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-03-15 21:02:06 +0100 |
commit | 094580ee8c60fa8380a8240659c711e891b006be (patch) | |
tree | bff061566d80de8802b929c1b380e29c5c2496b4 /docs | |
parent | c757f18eb3950dac2badb71d4c821401faec5f3a (diff) | |
download | bugzilla-094580ee8c60fa8380a8240659c711e891b006be.tar.gz bugzilla-094580ee8c60fa8380a8240659c711e891b006be.tar.xz |
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 79ad19fbc..fc447b7df 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1676,12 +1676,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> @@ -1707,7 +1707,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 |