ports collection -> Ports Collection

This commit is contained in:
Ryusuke SUZUKI 2011-09-03 08:15:35 +00:00
parent 38543262fb
commit e98a030c0d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37632

View file

@ -21,8 +21,8 @@
<para>FreeBSD can run a wide variety of desktop applications, such
as browsers and word processors. Most of these are available as
packages or can be automatically built from the ports
collection. Many new users expect to find these kinds of
packages or can be automatically built from the Ports Collection.
Many new users expect to find these kinds of
applications on their desktop. This chapter will show you how
to install some popular desktop applications effortlessly,
either from their packages or from the Ports Collection.</para>
@ -520,8 +520,8 @@
<screen>&prompt.root; <userinput>pkg_add -r koffice</userinput></screen>
<para>If the package is not available, you can use the ports
collection. For instance, to install
<para>If the package is not available, you can use the Ports Collection.
For instance, to install
<application>KOffice</application> for
<application>KDE3</application>, do:</para>
@ -888,8 +888,7 @@
<screen>&prompt.root; <userinput>pkg_add -r gv</userinput></screen>
<para>If you cannot get the package, you can use the Ports
collection:</para>
<para>If you cannot get the package, you can use the Ports Collection:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/print/gv</userinput>
&prompt.root; <userinput>make install clean</userinput></screen>
@ -1035,8 +1034,7 @@
<screen>&prompt.root; <userinput>pkg_add -r gnucash</userinput></screen>
<para>If the package is not available, you can use the ports
collection:</para>
<para>If the package is not available, you can use the Ports Collection:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/finance/gnucash</userinput>
&prompt.root; <userinput>make install clean</userinput></screen>
@ -1069,8 +1067,8 @@
<screen>&prompt.root; <userinput>pkg_add -r gnumeric</userinput></screen>
<para>If the package is not available, you can use the ports
collection by doing:</para>
<para>If the package is not available, you can use the Ports Collection
by doing:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/math/gnumeric</userinput>
&prompt.root; <userinput>make install clean</userinput></screen>
@ -1098,8 +1096,8 @@
<screen>&prompt.root; <userinput>pkg_add -r abacus</userinput></screen>
<para>If the package is not available, you can use the ports
collection by doing:</para>
<para>If the package is not available, you can use the Ports Collection
by doing:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/deskutils/abacus</userinput>
&prompt.root; <userinput>make install clean</userinput></screen>