Fix typo. Closes PR docs/1099.
Submitted by: Masafumi NAKANE <masafumi@tky007.tth.expo96.ad.jp>
This commit is contained in:
parent
6e552506d6
commit
2208fa01d9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14807
@ -1,4 +1,4 @@
|
||||
<!-- $Id: porting.sgml,v 1.15 1996/03/06 09:45:04 asami Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||
@ -156,7 +156,7 @@ The pattern is the year followed by the month.
|
||||
# Date created: 5 December 1994
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id: porting.sgml,v 1.15 1996/03/06 09:45:04 asami Exp $
|
||||
# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= oneko-1.1b
|
||||
@ -498,7 +498,7 @@ ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
|
||||
name of your port. The default rules expect the
|
||||
distribution file list (<tt>${DISTFILES}</tt>) to be
|
||||
named
|
||||
<tt>${DISTFILE}${EXTRACT_SUFX}</tt>
|
||||
<tt>${DISTNAME}${EXTRACT_SUFX}</tt>
|
||||
by default which, if it's a normal tarball, is going to be
|
||||
something like:
|
||||
<tscreen><verb>
|
||||
@ -958,7 +958,7 @@ lib/libtcl.so.7.3
|
||||
person who wrote this Makefile]
|
||||
# Whom: Satoshi Asami <asami@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: porting.sgml,v 1.15 1996/03/06 09:45:04 asami Exp $
|
||||
# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $
|
||||
[ ^^^^ don't worry about this...it will be automatically filled in by CVS when
|
||||
it is committed to our repository]
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user