Fix more typos and grammatical errors.
Submitted by: Bob Johnson <bobj@atlantic.net>
This commit is contained in:
parent
b731f0ec3d
commit
77af7628e6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6524
4 changed files with 28 additions and 28 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.77 2000/02/13 02:00:27 obrien Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.78 2000/02/14 08:06:03 asami Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1162,7 +1162,7 @@ lib/X11/oneko/mouse.xpm
|
|||
<title>Testing the port</title>
|
||||
|
||||
<para>You should make sure that the port rules do exactly what you
|
||||
want it to do, including packaging up the port. These are the
|
||||
want them to do, including packaging up the port. These are the
|
||||
important points you need to verify.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -1244,7 +1244,7 @@ lib/X11/oneko/mouse.xpm
|
|||
<title>Submitting the port</title>
|
||||
|
||||
<para>First, make sure you have read the <link
|
||||
linkend="porting-dads">Do's and Dont's</link> section.</para>
|
||||
linkend="porting-dads">DOs and DON'Ts</link> section.</para>
|
||||
|
||||
<para>Now that you are happy with your port, the only thing remaining
|
||||
is to put it in the main FreeBSD ports tree and make everybody else
|
||||
|
@ -1564,7 +1564,7 @@ lib/X11/oneko/mouse.xpm
|
|||
variables, depending on how alien a format your port's distribution
|
||||
file is. (The most common case is
|
||||
<literal>EXTRACT_SUFX=.tar.Z</literal>, when the tarball is
|
||||
condensed by regular compress, not gzip.)</para>
|
||||
condensed by regular <command>compress</command>, not <command>gzip</command>.)</para>
|
||||
|
||||
<para>In the worst case, you can simply create your own
|
||||
<maketarget>do-extract</maketarget> target to override the default,
|
||||
|
@ -1867,8 +1867,8 @@ RUN_DEPENDS= ${PREFIX}/etc/innd:${PORTSDIR}/news/inn \
|
|||
<title><makevar>DEPENDS</makevar></title>
|
||||
|
||||
<para>If there is a dependency that does not fall into either of the
|
||||
above four categories, or your port requires to have the source of
|
||||
the other port extracted in addition to having them installed,
|
||||
above four categories, or your port requires having the source of
|
||||
the other port extracted in addition to having it installed,
|
||||
then use this variable. This is a list of
|
||||
<replaceable>dir</replaceable><optional><replaceable>:target</replaceable></optional>,
|
||||
as there is nothing to check, unlike the previous four. The
|
||||
|
@ -1889,7 +1889,7 @@ RUN_DEPENDS= ${PREFIX}/etc/innd:${PORTSDIR}/news/inn \
|
|||
your port uses the latest qt toolkit. Use
|
||||
<literal>USE_PERL5=yes</literal> if your port requires version 5
|
||||
of the perl language. (The last is especially important since
|
||||
some versions of FreeBSD has perl5 as part of the base system
|
||||
some versions of FreeBSD have perl5 as part of the base system
|
||||
while others do not.)</para>
|
||||
</sect4>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.77 2000/02/13 02:00:27 obrien Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.78 2000/02/14 08:06:03 asami Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1162,7 +1162,7 @@ lib/X11/oneko/mouse.xpm
|
|||
<title>Testing the port</title>
|
||||
|
||||
<para>You should make sure that the port rules do exactly what you
|
||||
want it to do, including packaging up the port. These are the
|
||||
want them to do, including packaging up the port. These are the
|
||||
important points you need to verify.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -1244,7 +1244,7 @@ lib/X11/oneko/mouse.xpm
|
|||
<title>Submitting the port</title>
|
||||
|
||||
<para>First, make sure you have read the <link
|
||||
linkend="porting-dads">Do's and Dont's</link> section.</para>
|
||||
linkend="porting-dads">DOs and DON'Ts</link> section.</para>
|
||||
|
||||
<para>Now that you are happy with your port, the only thing remaining
|
||||
is to put it in the main FreeBSD ports tree and make everybody else
|
||||
|
@ -1564,7 +1564,7 @@ lib/X11/oneko/mouse.xpm
|
|||
variables, depending on how alien a format your port's distribution
|
||||
file is. (The most common case is
|
||||
<literal>EXTRACT_SUFX=.tar.Z</literal>, when the tarball is
|
||||
condensed by regular compress, not gzip.)</para>
|
||||
condensed by regular <command>compress</command>, not <command>gzip</command>.)</para>
|
||||
|
||||
<para>In the worst case, you can simply create your own
|
||||
<maketarget>do-extract</maketarget> target to override the default,
|
||||
|
@ -1867,8 +1867,8 @@ RUN_DEPENDS= ${PREFIX}/etc/innd:${PORTSDIR}/news/inn \
|
|||
<title><makevar>DEPENDS</makevar></title>
|
||||
|
||||
<para>If there is a dependency that does not fall into either of the
|
||||
above four categories, or your port requires to have the source of
|
||||
the other port extracted in addition to having them installed,
|
||||
above four categories, or your port requires having the source of
|
||||
the other port extracted in addition to having it installed,
|
||||
then use this variable. This is a list of
|
||||
<replaceable>dir</replaceable><optional><replaceable>:target</replaceable></optional>,
|
||||
as there is nothing to check, unlike the previous four. The
|
||||
|
@ -1889,7 +1889,7 @@ RUN_DEPENDS= ${PREFIX}/etc/innd:${PORTSDIR}/news/inn \
|
|||
your port uses the latest qt toolkit. Use
|
||||
<literal>USE_PERL5=yes</literal> if your port requires version 5
|
||||
of the perl language. (The last is especially important since
|
||||
some versions of FreeBSD has perl5 as part of the base system
|
||||
some versions of FreeBSD have perl5 as part of the base system
|
||||
while others do not.)</para>
|
||||
</sect4>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.77 2000/02/13 02:00:27 obrien Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.78 2000/02/14 08:06:03 asami Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1162,7 +1162,7 @@ lib/X11/oneko/mouse.xpm
|
|||
<title>Testing the port</title>
|
||||
|
||||
<para>You should make sure that the port rules do exactly what you
|
||||
want it to do, including packaging up the port. These are the
|
||||
want them to do, including packaging up the port. These are the
|
||||
important points you need to verify.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -1244,7 +1244,7 @@ lib/X11/oneko/mouse.xpm
|
|||
<title>Submitting the port</title>
|
||||
|
||||
<para>First, make sure you have read the <link
|
||||
linkend="porting-dads">Do's and Dont's</link> section.</para>
|
||||
linkend="porting-dads">DOs and DON'Ts</link> section.</para>
|
||||
|
||||
<para>Now that you are happy with your port, the only thing remaining
|
||||
is to put it in the main FreeBSD ports tree and make everybody else
|
||||
|
@ -1564,7 +1564,7 @@ lib/X11/oneko/mouse.xpm
|
|||
variables, depending on how alien a format your port's distribution
|
||||
file is. (The most common case is
|
||||
<literal>EXTRACT_SUFX=.tar.Z</literal>, when the tarball is
|
||||
condensed by regular compress, not gzip.)</para>
|
||||
condensed by regular <command>compress</command>, not <command>gzip</command>.)</para>
|
||||
|
||||
<para>In the worst case, you can simply create your own
|
||||
<maketarget>do-extract</maketarget> target to override the default,
|
||||
|
@ -1867,8 +1867,8 @@ RUN_DEPENDS= ${PREFIX}/etc/innd:${PORTSDIR}/news/inn \
|
|||
<title><makevar>DEPENDS</makevar></title>
|
||||
|
||||
<para>If there is a dependency that does not fall into either of the
|
||||
above four categories, or your port requires to have the source of
|
||||
the other port extracted in addition to having them installed,
|
||||
above four categories, or your port requires having the source of
|
||||
the other port extracted in addition to having it installed,
|
||||
then use this variable. This is a list of
|
||||
<replaceable>dir</replaceable><optional><replaceable>:target</replaceable></optional>,
|
||||
as there is nothing to check, unlike the previous four. The
|
||||
|
@ -1889,7 +1889,7 @@ RUN_DEPENDS= ${PREFIX}/etc/innd:${PORTSDIR}/news/inn \
|
|||
your port uses the latest qt toolkit. Use
|
||||
<literal>USE_PERL5=yes</literal> if your port requires version 5
|
||||
of the perl language. (The last is especially important since
|
||||
some versions of FreeBSD has perl5 as part of the base system
|
||||
some versions of FreeBSD have perl5 as part of the base system
|
||||
while others do not.)</para>
|
||||
</sect4>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.77 2000/02/13 02:00:27 obrien Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.78 2000/02/14 08:06:03 asami Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1162,7 +1162,7 @@ lib/X11/oneko/mouse.xpm
|
|||
<title>Testing the port</title>
|
||||
|
||||
<para>You should make sure that the port rules do exactly what you
|
||||
want it to do, including packaging up the port. These are the
|
||||
want them to do, including packaging up the port. These are the
|
||||
important points you need to verify.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -1244,7 +1244,7 @@ lib/X11/oneko/mouse.xpm
|
|||
<title>Submitting the port</title>
|
||||
|
||||
<para>First, make sure you have read the <link
|
||||
linkend="porting-dads">Do's and Dont's</link> section.</para>
|
||||
linkend="porting-dads">DOs and DON'Ts</link> section.</para>
|
||||
|
||||
<para>Now that you are happy with your port, the only thing remaining
|
||||
is to put it in the main FreeBSD ports tree and make everybody else
|
||||
|
@ -1564,7 +1564,7 @@ lib/X11/oneko/mouse.xpm
|
|||
variables, depending on how alien a format your port's distribution
|
||||
file is. (The most common case is
|
||||
<literal>EXTRACT_SUFX=.tar.Z</literal>, when the tarball is
|
||||
condensed by regular compress, not gzip.)</para>
|
||||
condensed by regular <command>compress</command>, not <command>gzip</command>.)</para>
|
||||
|
||||
<para>In the worst case, you can simply create your own
|
||||
<maketarget>do-extract</maketarget> target to override the default,
|
||||
|
@ -1867,8 +1867,8 @@ RUN_DEPENDS= ${PREFIX}/etc/innd:${PORTSDIR}/news/inn \
|
|||
<title><makevar>DEPENDS</makevar></title>
|
||||
|
||||
<para>If there is a dependency that does not fall into either of the
|
||||
above four categories, or your port requires to have the source of
|
||||
the other port extracted in addition to having them installed,
|
||||
above four categories, or your port requires having the source of
|
||||
the other port extracted in addition to having it installed,
|
||||
then use this variable. This is a list of
|
||||
<replaceable>dir</replaceable><optional><replaceable>:target</replaceable></optional>,
|
||||
as there is nothing to check, unlike the previous four. The
|
||||
|
@ -1889,7 +1889,7 @@ RUN_DEPENDS= ${PREFIX}/etc/innd:${PORTSDIR}/news/inn \
|
|||
your port uses the latest qt toolkit. Use
|
||||
<literal>USE_PERL5=yes</literal> if your port requires version 5
|
||||
of the perl language. (The last is especially important since
|
||||
some versions of FreeBSD has perl5 as part of the base system
|
||||
some versions of FreeBSD have perl5 as part of the base system
|
||||
while others do not.)</para>
|
||||
</sect4>
|
||||
|
||||
|
|
Loading…
Reference in a new issue