Fix some typos, bump copyright year.
PR: docs/76659 Submitted by: Jesus R. Camou <jcamou at cox dot net>
This commit is contained in:
parent
561dc20aa4
commit
104008636e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23640
1 changed files with 4 additions and 3 deletions
|
@ -25,6 +25,7 @@
|
||||||
<year>2002</year>
|
<year>2002</year>
|
||||||
<year>2003</year>
|
<year>2003</year>
|
||||||
<year>2004</year>
|
<year>2004</year>
|
||||||
|
<year>2005</year>
|
||||||
<holder role="mailto:doc@FreeBSD.org">The FreeBSD Documentation
|
<holder role="mailto:doc@FreeBSD.org">The FreeBSD Documentation
|
||||||
Project</holder>
|
Project</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
|
@ -1970,7 +1971,7 @@ PORTEPOCH= 1</programlisting>
|
||||||
be <emphasis>virtual</emphasis> categories—those that do
|
be <emphasis>virtual</emphasis> categories—those that do
|
||||||
not have a corresponding subdirectory in the ports tree—
|
not have a corresponding subdirectory in the ports tree—
|
||||||
or <emphasis>physical</emphasis> categories—those that
|
or <emphasis>physical</emphasis> categories—those that
|
||||||
do. The following text dicusses the issues involved in creating
|
do. The following text discusses the issues involved in creating
|
||||||
a new physical category so that you can understand them before
|
a new physical category so that you can understand them before
|
||||||
you propose one.</para>
|
you propose one.</para>
|
||||||
|
|
||||||
|
@ -4297,7 +4298,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
|
||||||
<command>jikes</command> bytecode compiler to build. When
|
<command>jikes</command> bytecode compiler to build. When
|
||||||
no value is set for this variable, the port will use
|
no value is set for this variable, the port will use
|
||||||
<command>jikes</command> to build if available. You may
|
<command>jikes</command> to build if available. You may
|
||||||
also explicitely forbid or enforce the use of
|
also explicitly forbid or enforce the use of
|
||||||
<command>jikes</command> (by setting <literal>'no'</literal>
|
<command>jikes</command> (by setting <literal>'no'</literal>
|
||||||
or <literal>'yes'</literal>). In the later case, <filename
|
or <literal>'yes'</literal>). In the later case, <filename
|
||||||
role="package">devel/jikes</filename> will be added to build
|
role="package">devel/jikes</filename> will be added to build
|
||||||
|
@ -4559,7 +4560,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
|
||||||
<filename>${PREFIX}/share/${PORTNAME}</filename>. It is a good
|
<filename>${PREFIX}/share/${PORTNAME}</filename>. It is a good
|
||||||
idea to override <makevar>DATADIR</makevar> to
|
idea to override <makevar>DATADIR</makevar> to
|
||||||
<filename>${JAVASHAREDIR}/${PORTNAME}</filename> for Java ports.
|
<filename>${JAVASHAREDIR}/${PORTNAME}</filename> for Java ports.
|
||||||
Indeed, <makevar>DATADIR</makevar> is automatically addded to
|
Indeed, <makevar>DATADIR</makevar> is automatically added to
|
||||||
<makevar>PLIST_SUB</makevar> (documented in <xref
|
<makevar>PLIST_SUB</makevar> (documented in <xref
|
||||||
linkend="porting-plist">) so you may use
|
linkend="porting-plist">) so you may use
|
||||||
<literal>%%DATADIR%%</literal> directly in
|
<literal>%%DATADIR%%</literal> directly in
|
||||||
|
|
Loading…
Reference in a new issue