diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-14 23:40:51 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-14 23:40:51 +0000 |
| commit | 5a56a96fa9fc747687a149302de0557c4e351f22 (patch) | |
| tree | 15ab377782e88b33c568cb82c6e7b15aa2f5eb4d | |
| parent | e7d4c83b3f2f607023a7e72fb519bf7c6ed820e6 (diff) | |
Notes
| -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.] # |
