Use the more portable and *readable* "$" vs. "$".
This commit is contained in:
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
|
@ -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
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= oneko-1.1b
|
DISTNAME= oneko-1.1b
|
||||||
|
@ -1041,7 +1041,7 @@ USE_IMAKE= yes
|
||||||
.include <bsd.port.mk></programlisting>
|
.include <bsd.port.mk></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>$FreeBSD$</literal> line, it will be filled in
|
of the <literal>$FreeBSD$</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>$</literal>) signs, and
|
are surrounded by dollar (<literal>$</literal>) signs, and
|
||||||
typically start with <literal>$Id</literal> or
|
typically start with <literal>$Id</literal> or
|
||||||
<literal>$RCS</literal>.</para>
|
<literal>$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=\"${PREFIX}/bin/less\"</programlisting>
|
-DPAGER=\"${PREFIX}/bin/less\"</programlisting>
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
-DPAGER=\"${LOCALBASE}/bin/less\"</programlisting>
|
-DPAGER=\"${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 <asami@FreeBSD.org>
|
# Whom: Satoshi Asami <asami@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
[ ^^^^^^^^^ 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 "$FreeBSD$". CVS deals with it automatically.]
|
this line back to "$FreeBSD$". CVS deals with it automatically.]
|
||||||
|
|
|
@ -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
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= oneko-1.1b
|
DISTNAME= oneko-1.1b
|
||||||
|
@ -1041,7 +1041,7 @@ USE_IMAKE= yes
|
||||||
.include <bsd.port.mk></programlisting>
|
.include <bsd.port.mk></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>$FreeBSD$</literal> line, it will be filled in
|
of the <literal>$FreeBSD$</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>$</literal>) signs, and
|
are surrounded by dollar (<literal>$</literal>) signs, and
|
||||||
typically start with <literal>$Id</literal> or
|
typically start with <literal>$Id</literal> or
|
||||||
<literal>$RCS</literal>.</para>
|
<literal>$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=\"${PREFIX}/bin/less\"</programlisting>
|
-DPAGER=\"${PREFIX}/bin/less\"</programlisting>
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
-DPAGER=\"${LOCALBASE}/bin/less\"</programlisting>
|
-DPAGER=\"${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 <asami@FreeBSD.org>
|
# Whom: Satoshi Asami <asami@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
[ ^^^^^^^^^ 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 "$FreeBSD$". CVS deals with it automatically.]
|
this line back to "$FreeBSD$". CVS deals with it automatically.]
|
||||||
|
|
|
@ -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
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= oneko-1.1b
|
DISTNAME= oneko-1.1b
|
||||||
|
@ -1041,7 +1041,7 @@ USE_IMAKE= yes
|
||||||
.include <bsd.port.mk></programlisting>
|
.include <bsd.port.mk></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>$FreeBSD$</literal> line, it will be filled in
|
of the <literal>$FreeBSD$</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>$</literal>) signs, and
|
are surrounded by dollar (<literal>$</literal>) signs, and
|
||||||
typically start with <literal>$Id</literal> or
|
typically start with <literal>$Id</literal> or
|
||||||
<literal>$RCS</literal>.</para>
|
<literal>$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=\"${PREFIX}/bin/less\"</programlisting>
|
-DPAGER=\"${PREFIX}/bin/less\"</programlisting>
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
-DPAGER=\"${LOCALBASE}/bin/less\"</programlisting>
|
-DPAGER=\"${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 <asami@FreeBSD.org>
|
# Whom: Satoshi Asami <asami@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
[ ^^^^^^^^^ 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 "$FreeBSD$". CVS deals with it automatically.]
|
this line back to "$FreeBSD$". CVS deals with it automatically.]
|
||||||
|
|
|
@ -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
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= oneko-1.1b
|
DISTNAME= oneko-1.1b
|
||||||
|
@ -1041,7 +1041,7 @@ USE_IMAKE= yes
|
||||||
.include <bsd.port.mk></programlisting>
|
.include <bsd.port.mk></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>$FreeBSD$</literal> line, it will be filled in
|
of the <literal>$FreeBSD$</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>$</literal>) signs, and
|
are surrounded by dollar (<literal>$</literal>) signs, and
|
||||||
typically start with <literal>$Id</literal> or
|
typically start with <literal>$Id</literal> or
|
||||||
<literal>$RCS</literal>.</para>
|
<literal>$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=\"${PREFIX}/bin/less\"</programlisting>
|
-DPAGER=\"${PREFIX}/bin/less\"</programlisting>
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
-DPAGER=\"${LOCALBASE}/bin/less\"</programlisting>
|
-DPAGER=\"${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 <asami@FreeBSD.org>
|
# Whom: Satoshi Asami <asami@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
[ ^^^^^^^^^ 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 "$FreeBSD$". CVS deals with it automatically.]
|
this line back to "$FreeBSD$". CVS deals with it automatically.]
|
||||||
|
|
Loading…
Reference in a new issue