Use the more portable and *readable* "$" vs. "$".

This commit is contained in:
David E. O'Brien 2000-01-16 02:51:01 +00:00
parent 5f8dd51880
commit c9351fdda2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6382
4 changed files with 36 additions and 36 deletions

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.67 2000/01/01 12:51:02 asami Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.68 2000/01/16 02:46:09 obrien Exp $
--> -->
<chapter id="ports"> <chapter id="ports">
@ -1025,7 +1025,7 @@ ade game.</screen>
# Date created: 5 December 1994 # Date created: 5 December 1994
# Whom: asami # Whom: asami
# #
# &#36;FreeBSD&#36; # &dollar;FreeBSD&dollar;
# #
DISTNAME= oneko-1.1b DISTNAME= oneko-1.1b
@ -1041,7 +1041,7 @@ USE_IMAKE= yes
.include &lt;bsd.port.mk&gt;</programlisting> .include &lt;bsd.port.mk&gt;</programlisting>
<para>See if you can figure it out. Do not worry about the contents <para>See if you can figure it out. Do not worry about the contents
of the <literal>&#36;FreeBSD&#36;</literal> line, it will be filled in of the <literal>&dollar;FreeBSD&dollar;</literal> line, it will be filled in
automatically by CVS when the port is imported to our main ports automatically by CVS when the port is imported to our main ports
tree. You can find a more detailed example in the <link tree. You can find a more detailed example in the <link
linkend="porting-samplem">sample Makefile</link> section.</para> linkend="porting-samplem">sample Makefile</link> section.</para>
@ -3703,9 +3703,9 @@ post-install:
<para>Do not put RCS strings in patches. CVS will mangle them when we <para>Do not put RCS strings in patches. CVS will mangle them when we
put the files into the ports tree, and when we check them out again, put the files into the ports tree, and when we check them out again,
they will come out different and the patch will fail. RCS strings they will come out different and the patch will fail. RCS strings
are surrounded by dollar (<literal>&#36;</literal>) signs, and are surrounded by dollar (<literal>&dollar;</literal>) signs, and
typically start with <literal>&#36;Id</literal> or typically start with <literal>&dollar;Id</literal> or
<literal>&#36;RCS</literal>.</para> <literal>&dollar;RCS</literal>.</para>
</sect3> </sect3>
<sect3> <sect3>
@ -3768,12 +3768,12 @@ post-install:
pathname of <command>less</command>, use the compiler flag: pathname of <command>less</command>, use the compiler flag:
<programlisting> <programlisting>
-DPAGER=\"&#36;{PREFIX}/bin/less\"</programlisting> -DPAGER=\"&dollar;{PREFIX}/bin/less\"</programlisting>
or or
<programlisting> <programlisting>
-DPAGER=\"&#36;{LOCALBASE}/bin/less\"</programlisting> -DPAGER=\"&dollar;{LOCALBASE}/bin/less\"</programlisting>
if this is an X port, instead of if this is an X port, instead of
<literal>-DPAGER=\"/usr/local/bin/less\".</literal> This way it will <literal>-DPAGER=\"/usr/local/bin/less\".</literal> This way it will
@ -3991,7 +3991,7 @@ person who wrote the first version of this Makefile. Remember, this should
not be changed when upgrading the port later.] not be changed when upgrading the port later.]
# Whom: Satoshi Asami &lt;asami@FreeBSD.org&gt; # Whom: Satoshi Asami &lt;asami@FreeBSD.org&gt;
# #
# &#36;FreeBSD&#36; # &dollar;FreeBSD&dollar;
[ ^^^^^^^^^ This will be automatically replaced with RCS ID string by CVS [ ^^^^^^^^^ This will be automatically replaced with RCS ID string by CVS
when it is committed to our repository. If upgrading a port, do not alter when it is committed to our repository. If upgrading a port, do not alter
this line back to "&dollar;FreeBSD&dollar;". CVS deals with it automatically.] this line back to "&dollar;FreeBSD&dollar;". CVS deals with it automatically.]

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.67 2000/01/01 12:51:02 asami Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.68 2000/01/16 02:46:09 obrien Exp $
--> -->
<chapter id="ports"> <chapter id="ports">
@ -1025,7 +1025,7 @@ ade game.</screen>
# Date created: 5 December 1994 # Date created: 5 December 1994
# Whom: asami # Whom: asami
# #
# &#36;FreeBSD&#36; # &dollar;FreeBSD&dollar;
# #
DISTNAME= oneko-1.1b DISTNAME= oneko-1.1b
@ -1041,7 +1041,7 @@ USE_IMAKE= yes
.include &lt;bsd.port.mk&gt;</programlisting> .include &lt;bsd.port.mk&gt;</programlisting>
<para>See if you can figure it out. Do not worry about the contents <para>See if you can figure it out. Do not worry about the contents
of the <literal>&#36;FreeBSD&#36;</literal> line, it will be filled in of the <literal>&dollar;FreeBSD&dollar;</literal> line, it will be filled in
automatically by CVS when the port is imported to our main ports automatically by CVS when the port is imported to our main ports
tree. You can find a more detailed example in the <link tree. You can find a more detailed example in the <link
linkend="porting-samplem">sample Makefile</link> section.</para> linkend="porting-samplem">sample Makefile</link> section.</para>
@ -3703,9 +3703,9 @@ post-install:
<para>Do not put RCS strings in patches. CVS will mangle them when we <para>Do not put RCS strings in patches. CVS will mangle them when we
put the files into the ports tree, and when we check them out again, put the files into the ports tree, and when we check them out again,
they will come out different and the patch will fail. RCS strings they will come out different and the patch will fail. RCS strings
are surrounded by dollar (<literal>&#36;</literal>) signs, and are surrounded by dollar (<literal>&dollar;</literal>) signs, and
typically start with <literal>&#36;Id</literal> or typically start with <literal>&dollar;Id</literal> or
<literal>&#36;RCS</literal>.</para> <literal>&dollar;RCS</literal>.</para>
</sect3> </sect3>
<sect3> <sect3>
@ -3768,12 +3768,12 @@ post-install:
pathname of <command>less</command>, use the compiler flag: pathname of <command>less</command>, use the compiler flag:
<programlisting> <programlisting>
-DPAGER=\"&#36;{PREFIX}/bin/less\"</programlisting> -DPAGER=\"&dollar;{PREFIX}/bin/less\"</programlisting>
or or
<programlisting> <programlisting>
-DPAGER=\"&#36;{LOCALBASE}/bin/less\"</programlisting> -DPAGER=\"&dollar;{LOCALBASE}/bin/less\"</programlisting>
if this is an X port, instead of if this is an X port, instead of
<literal>-DPAGER=\"/usr/local/bin/less\".</literal> This way it will <literal>-DPAGER=\"/usr/local/bin/less\".</literal> This way it will
@ -3991,7 +3991,7 @@ person who wrote the first version of this Makefile. Remember, this should
not be changed when upgrading the port later.] not be changed when upgrading the port later.]
# Whom: Satoshi Asami &lt;asami@FreeBSD.org&gt; # Whom: Satoshi Asami &lt;asami@FreeBSD.org&gt;
# #
# &#36;FreeBSD&#36; # &dollar;FreeBSD&dollar;
[ ^^^^^^^^^ This will be automatically replaced with RCS ID string by CVS [ ^^^^^^^^^ This will be automatically replaced with RCS ID string by CVS
when it is committed to our repository. If upgrading a port, do not alter when it is committed to our repository. If upgrading a port, do not alter
this line back to "&dollar;FreeBSD&dollar;". CVS deals with it automatically.] this line back to "&dollar;FreeBSD&dollar;". CVS deals with it automatically.]

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.67 2000/01/01 12:51:02 asami Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.68 2000/01/16 02:46:09 obrien Exp $
--> -->
<chapter id="ports"> <chapter id="ports">
@ -1025,7 +1025,7 @@ ade game.</screen>
# Date created: 5 December 1994 # Date created: 5 December 1994
# Whom: asami # Whom: asami
# #
# &#36;FreeBSD&#36; # &dollar;FreeBSD&dollar;
# #
DISTNAME= oneko-1.1b DISTNAME= oneko-1.1b
@ -1041,7 +1041,7 @@ USE_IMAKE= yes
.include &lt;bsd.port.mk&gt;</programlisting> .include &lt;bsd.port.mk&gt;</programlisting>
<para>See if you can figure it out. Do not worry about the contents <para>See if you can figure it out. Do not worry about the contents
of the <literal>&#36;FreeBSD&#36;</literal> line, it will be filled in of the <literal>&dollar;FreeBSD&dollar;</literal> line, it will be filled in
automatically by CVS when the port is imported to our main ports automatically by CVS when the port is imported to our main ports
tree. You can find a more detailed example in the <link tree. You can find a more detailed example in the <link
linkend="porting-samplem">sample Makefile</link> section.</para> linkend="porting-samplem">sample Makefile</link> section.</para>
@ -3703,9 +3703,9 @@ post-install:
<para>Do not put RCS strings in patches. CVS will mangle them when we <para>Do not put RCS strings in patches. CVS will mangle them when we
put the files into the ports tree, and when we check them out again, put the files into the ports tree, and when we check them out again,
they will come out different and the patch will fail. RCS strings they will come out different and the patch will fail. RCS strings
are surrounded by dollar (<literal>&#36;</literal>) signs, and are surrounded by dollar (<literal>&dollar;</literal>) signs, and
typically start with <literal>&#36;Id</literal> or typically start with <literal>&dollar;Id</literal> or
<literal>&#36;RCS</literal>.</para> <literal>&dollar;RCS</literal>.</para>
</sect3> </sect3>
<sect3> <sect3>
@ -3768,12 +3768,12 @@ post-install:
pathname of <command>less</command>, use the compiler flag: pathname of <command>less</command>, use the compiler flag:
<programlisting> <programlisting>
-DPAGER=\"&#36;{PREFIX}/bin/less\"</programlisting> -DPAGER=\"&dollar;{PREFIX}/bin/less\"</programlisting>
or or
<programlisting> <programlisting>
-DPAGER=\"&#36;{LOCALBASE}/bin/less\"</programlisting> -DPAGER=\"&dollar;{LOCALBASE}/bin/less\"</programlisting>
if this is an X port, instead of if this is an X port, instead of
<literal>-DPAGER=\"/usr/local/bin/less\".</literal> This way it will <literal>-DPAGER=\"/usr/local/bin/less\".</literal> This way it will
@ -3991,7 +3991,7 @@ person who wrote the first version of this Makefile. Remember, this should
not be changed when upgrading the port later.] not be changed when upgrading the port later.]
# Whom: Satoshi Asami &lt;asami@FreeBSD.org&gt; # Whom: Satoshi Asami &lt;asami@FreeBSD.org&gt;
# #
# &#36;FreeBSD&#36; # &dollar;FreeBSD&dollar;
[ ^^^^^^^^^ This will be automatically replaced with RCS ID string by CVS [ ^^^^^^^^^ This will be automatically replaced with RCS ID string by CVS
when it is committed to our repository. If upgrading a port, do not alter when it is committed to our repository. If upgrading a port, do not alter
this line back to "&dollar;FreeBSD&dollar;". CVS deals with it automatically.] this line back to "&dollar;FreeBSD&dollar;". CVS deals with it automatically.]

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.67 2000/01/01 12:51:02 asami Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.68 2000/01/16 02:46:09 obrien Exp $
--> -->
<chapter id="ports"> <chapter id="ports">
@ -1025,7 +1025,7 @@ ade game.</screen>
# Date created: 5 December 1994 # Date created: 5 December 1994
# Whom: asami # Whom: asami
# #
# &#36;FreeBSD&#36; # &dollar;FreeBSD&dollar;
# #
DISTNAME= oneko-1.1b DISTNAME= oneko-1.1b
@ -1041,7 +1041,7 @@ USE_IMAKE= yes
.include &lt;bsd.port.mk&gt;</programlisting> .include &lt;bsd.port.mk&gt;</programlisting>
<para>See if you can figure it out. Do not worry about the contents <para>See if you can figure it out. Do not worry about the contents
of the <literal>&#36;FreeBSD&#36;</literal> line, it will be filled in of the <literal>&dollar;FreeBSD&dollar;</literal> line, it will be filled in
automatically by CVS when the port is imported to our main ports automatically by CVS when the port is imported to our main ports
tree. You can find a more detailed example in the <link tree. You can find a more detailed example in the <link
linkend="porting-samplem">sample Makefile</link> section.</para> linkend="porting-samplem">sample Makefile</link> section.</para>
@ -3703,9 +3703,9 @@ post-install:
<para>Do not put RCS strings in patches. CVS will mangle them when we <para>Do not put RCS strings in patches. CVS will mangle them when we
put the files into the ports tree, and when we check them out again, put the files into the ports tree, and when we check them out again,
they will come out different and the patch will fail. RCS strings they will come out different and the patch will fail. RCS strings
are surrounded by dollar (<literal>&#36;</literal>) signs, and are surrounded by dollar (<literal>&dollar;</literal>) signs, and
typically start with <literal>&#36;Id</literal> or typically start with <literal>&dollar;Id</literal> or
<literal>&#36;RCS</literal>.</para> <literal>&dollar;RCS</literal>.</para>
</sect3> </sect3>
<sect3> <sect3>
@ -3768,12 +3768,12 @@ post-install:
pathname of <command>less</command>, use the compiler flag: pathname of <command>less</command>, use the compiler flag:
<programlisting> <programlisting>
-DPAGER=\"&#36;{PREFIX}/bin/less\"</programlisting> -DPAGER=\"&dollar;{PREFIX}/bin/less\"</programlisting>
or or
<programlisting> <programlisting>
-DPAGER=\"&#36;{LOCALBASE}/bin/less\"</programlisting> -DPAGER=\"&dollar;{LOCALBASE}/bin/less\"</programlisting>
if this is an X port, instead of if this is an X port, instead of
<literal>-DPAGER=\"/usr/local/bin/less\".</literal> This way it will <literal>-DPAGER=\"/usr/local/bin/less\".</literal> This way it will
@ -3991,7 +3991,7 @@ person who wrote the first version of this Makefile. Remember, this should
not be changed when upgrading the port later.] not be changed when upgrading the port later.]
# Whom: Satoshi Asami &lt;asami@FreeBSD.org&gt; # Whom: Satoshi Asami &lt;asami@FreeBSD.org&gt;
# #
# &#36;FreeBSD&#36; # &dollar;FreeBSD&dollar;
[ ^^^^^^^^^ This will be automatically replaced with RCS ID string by CVS [ ^^^^^^^^^ This will be automatically replaced with RCS ID string by CVS
when it is committed to our repository. If upgrading a port, do not alter when it is committed to our repository. If upgrading a port, do not alter
this line back to "&dollar;FreeBSD&dollar;". CVS deals with it automatically.] this line back to "&dollar;FreeBSD&dollar;". CVS deals with it automatically.]