summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-23 19:06:53 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-23 19:06:53 +0000
commitc9a32a84b1e9397a387340e5b5121e8e4e6e79e6 (patch)
treee2f0b5f93cd3011bea422566330601ca12d52969 /DOCS
parent0aa92466a1e02407f19070dbea14326fb3b69a15 (diff)
downloadmpv-c9a32a84b1e9397a387340e5b5121e8e4e6e79e6.tar.bz2
mpv-c9a32a84b1e9397a387340e5b5121e8e4e6e79e6.tar.xz
s/DarwinPorts/MacPorts/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20417 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/ports.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 061e778bc6..9bc80843be 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -711,15 +711,15 @@ that comes with the system.
<para>
There are at least two to choose from:
<ulink url="http://fink.sourceforge.net/">Fink</ulink> and
-<ulink url="http://www.macports.org/">DarwinPorts</ulink>.
+<ulink url="http://www.macports.org/">MacPorts</ulink>.
Both of them provide about the same service (i.e. a lot of packages to
choose from, dependency resolution, the ability to simply add/update/remove
packages, etc...).
Fink offers both precompiled binary packages or building everything from
-source, whereas DarwinPorts only offers building from source.
-The author of this guide chose DarwinPorts for the simple fact that its basic
+source, whereas MacPorts only offers building from source.
+The author of this guide chose MacPorts for the simple fact that its basic
setup was more lightweight.
-Later examples will be based on DarwinPorts.
+Later examples will be based on MacPorts.
</para>
<para>
@@ -736,7 +736,7 @@ Then you can proceed with launching <application>MPlayer</application>'s
<systemitem>configure</systemitem> script (note the
<systemitem>PKG_CONFIG_PATH</systemitem> and <systemitem>PATH</systemitem>
environment variables so that <systemitem>configure</systemitem> finds the
-libraries installed with DarwinPorts):
+libraries installed with MacPorts):
<screen>PKG_CONFIG_PATH=/opt/local/lib/pkgconfig/ PATH=$PATH:/opt/local/bin/ ./configure</screen>
</para>