diff options
| -rw-r--r-- | share/doc/handbook/porting.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/doc/handbook/porting.sgml b/share/doc/handbook/porting.sgml index 788bf90acbf4..1102922c70a4 100644 --- a/share/doc/handbook/porting.sgml +++ b/share/doc/handbook/porting.sgml @@ -160,7 +160,7 @@ The pattern is the year followed by the month. # Date created: 5 December 1994 # Whom: asami # - # $FreeBSD$ + # $Id$ # DISTNAME= oneko-1.1b @@ -175,7 +175,7 @@ The pattern is the year followed by the month. </verb></tscreen> <p>See if you can figure it out. Do not worry about the contents - of the <tt>$FreeBSD$</tt> line, it will be filled in + of the <tt>$Id$</tt> 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 <ref id="porting:samplem" name="sample Makefile"> section. @@ -1223,8 +1223,8 @@ lib/libtcl.so.7.3 person who wrote this Makefile] # Whom: Satoshi Asami <asami@FreeBSD.ORG> # - # $FreeBSD$ - [ ^^^^^^^^^ This will be automatically replaced with RCS ID string by CVS + # $Id$ + [ ^^^^ This will be automatically replaced with RCS ID string by CVS when it is committed to our repository.] # |
