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
|
||||
|
||||
$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">
|
||||
|
@ -1025,7 +1025,7 @@ ade game.</screen>
|
|||
# Date created: 5 December 1994
|
||||
# Whom: asami
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= oneko-1.1b
|
||||
|
@ -1041,7 +1041,7 @@ USE_IMAKE= yes
|
|||
.include <bsd.port.mk></programlisting>
|
||||
|
||||
<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
|
||||
tree. You can find a more detailed example in the <link
|
||||
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
|
||||
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
|
||||
are surrounded by dollar (<literal>$</literal>) signs, and
|
||||
typically start with <literal>$Id</literal> or
|
||||
<literal>$RCS</literal>.</para>
|
||||
are surrounded by dollar (<literal>$</literal>) signs, and
|
||||
typically start with <literal>$Id</literal> or
|
||||
<literal>$RCS</literal>.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
|
@ -3768,12 +3768,12 @@ post-install:
|
|||
pathname of <command>less</command>, use the compiler flag:
|
||||
|
||||
<programlisting>
|
||||
-DPAGER=\"${PREFIX}/bin/less\"</programlisting>
|
||||
-DPAGER=\"${PREFIX}/bin/less\"</programlisting>
|
||||
|
||||
or
|
||||
|
||||
<programlisting>
|
||||
-DPAGER=\"${LOCALBASE}/bin/less\"</programlisting>
|
||||
-DPAGER=\"${LOCALBASE}/bin/less\"</programlisting>
|
||||
|
||||
if this is an X port, instead of
|
||||
<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.]
|
||||
# Whom: Satoshi Asami <asami@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD$
|
||||
[ ^^^^^^^^^ 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
|
||||
this line back to "$FreeBSD$". CVS deals with it automatically.]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
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">
|
||||
|
@ -1025,7 +1025,7 @@ ade game.</screen>
|
|||
# Date created: 5 December 1994
|
||||
# Whom: asami
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= oneko-1.1b
|
||||
|
@ -1041,7 +1041,7 @@ USE_IMAKE= yes
|
|||
.include <bsd.port.mk></programlisting>
|
||||
|
||||
<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
|
||||
tree. You can find a more detailed example in the <link
|
||||
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
|
||||
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
|
||||
are surrounded by dollar (<literal>$</literal>) signs, and
|
||||
typically start with <literal>$Id</literal> or
|
||||
<literal>$RCS</literal>.</para>
|
||||
are surrounded by dollar (<literal>$</literal>) signs, and
|
||||
typically start with <literal>$Id</literal> or
|
||||
<literal>$RCS</literal>.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
|
@ -3768,12 +3768,12 @@ post-install:
|
|||
pathname of <command>less</command>, use the compiler flag:
|
||||
|
||||
<programlisting>
|
||||
-DPAGER=\"${PREFIX}/bin/less\"</programlisting>
|
||||
-DPAGER=\"${PREFIX}/bin/less\"</programlisting>
|
||||
|
||||
or
|
||||
|
||||
<programlisting>
|
||||
-DPAGER=\"${LOCALBASE}/bin/less\"</programlisting>
|
||||
-DPAGER=\"${LOCALBASE}/bin/less\"</programlisting>
|
||||
|
||||
if this is an X port, instead of
|
||||
<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.]
|
||||
# Whom: Satoshi Asami <asami@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD$
|
||||
[ ^^^^^^^^^ 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
|
||||
this line back to "$FreeBSD$". CVS deals with it automatically.]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
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">
|
||||
|
@ -1025,7 +1025,7 @@ ade game.</screen>
|
|||
# Date created: 5 December 1994
|
||||
# Whom: asami
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= oneko-1.1b
|
||||
|
@ -1041,7 +1041,7 @@ USE_IMAKE= yes
|
|||
.include <bsd.port.mk></programlisting>
|
||||
|
||||
<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
|
||||
tree. You can find a more detailed example in the <link
|
||||
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
|
||||
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
|
||||
are surrounded by dollar (<literal>$</literal>) signs, and
|
||||
typically start with <literal>$Id</literal> or
|
||||
<literal>$RCS</literal>.</para>
|
||||
are surrounded by dollar (<literal>$</literal>) signs, and
|
||||
typically start with <literal>$Id</literal> or
|
||||
<literal>$RCS</literal>.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
|
@ -3768,12 +3768,12 @@ post-install:
|
|||
pathname of <command>less</command>, use the compiler flag:
|
||||
|
||||
<programlisting>
|
||||
-DPAGER=\"${PREFIX}/bin/less\"</programlisting>
|
||||
-DPAGER=\"${PREFIX}/bin/less\"</programlisting>
|
||||
|
||||
or
|
||||
|
||||
<programlisting>
|
||||
-DPAGER=\"${LOCALBASE}/bin/less\"</programlisting>
|
||||
-DPAGER=\"${LOCALBASE}/bin/less\"</programlisting>
|
||||
|
||||
if this is an X port, instead of
|
||||
<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.]
|
||||
# Whom: Satoshi Asami <asami@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD$
|
||||
[ ^^^^^^^^^ 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
|
||||
this line back to "$FreeBSD$". CVS deals with it automatically.]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
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">
|
||||
|
@ -1025,7 +1025,7 @@ ade game.</screen>
|
|||
# Date created: 5 December 1994
|
||||
# Whom: asami
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= oneko-1.1b
|
||||
|
@ -1041,7 +1041,7 @@ USE_IMAKE= yes
|
|||
.include <bsd.port.mk></programlisting>
|
||||
|
||||
<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
|
||||
tree. You can find a more detailed example in the <link
|
||||
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
|
||||
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
|
||||
are surrounded by dollar (<literal>$</literal>) signs, and
|
||||
typically start with <literal>$Id</literal> or
|
||||
<literal>$RCS</literal>.</para>
|
||||
are surrounded by dollar (<literal>$</literal>) signs, and
|
||||
typically start with <literal>$Id</literal> or
|
||||
<literal>$RCS</literal>.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
|
@ -3768,12 +3768,12 @@ post-install:
|
|||
pathname of <command>less</command>, use the compiler flag:
|
||||
|
||||
<programlisting>
|
||||
-DPAGER=\"${PREFIX}/bin/less\"</programlisting>
|
||||
-DPAGER=\"${PREFIX}/bin/less\"</programlisting>
|
||||
|
||||
or
|
||||
|
||||
<programlisting>
|
||||
-DPAGER=\"${LOCALBASE}/bin/less\"</programlisting>
|
||||
-DPAGER=\"${LOCALBASE}/bin/less\"</programlisting>
|
||||
|
||||
if this is an X port, instead of
|
||||
<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.]
|
||||
# Whom: Satoshi Asami <asami@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD$
|
||||
[ ^^^^^^^^^ 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
|
||||
this line back to "$FreeBSD$". CVS deals with it automatically.]
|
||||
|
|
Loading…
Reference in a new issue