Date: Mon, 9 Jun 1997 00:19:25 +0900 (JST) From: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: docs/3812: porting.sgml has some typo Message-ID: <199706081519.AAA14872@uno.sat.t.u-tokyo.ac.jp> Resent-Message-ID: <199706081520.IAA16332@hub.freebsd.org>
index | next in thread | raw e-mail
>Number: 3812
>Category: docs
>Synopsis: porting.sgml has some typo
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Jun 8 08:20:00 PDT 1997
>Last-Modified:
>Originator: Hidetoshi Shimokawa
>Organization:
University of Tokyo.
>Release: FreeBSD 3.0-CURRENT i386
>Environment:
FreeBSD Handbook porting.sgml revison 1.71
>Description:
I found this while updating Japanese version.
>How-To-Repeat:
NA
>Fix:
Index: porting.sgml
===================================================================
RCS file: /pub/FreeBSD-CVS/doc/handbook/porting.sgml,v
retrieving revision 1.71
diff -u -r1.71 porting.sgml
--- porting.sgml 1997/05/23 08:19:19 1.71
+++ porting.sgml 1997/06/08 09:29:02
@@ -265,7 +265,7 @@
is also called the `packing list' because the package is
generated by packing the files listed here. The pathnames
are relative to the installation prefix (usually
- <tt>/usr/local</tt> or <tt>/usr/X11R6</tt>) Also it is assumed
+ <tt>/usr/local</tt> or <tt>/usr/X11R6</tt>). Also it is assumed
the manpages will be compressed.
<p>Here is a small example:
@@ -954,14 +954,15 @@
<tt>work</tt> subdirectory, `<tt>make clean</tt>' will
<em>nuke</em> it completely! If you need auxiliary files
that are not scripts or patches, put them in the
- <tt>${FILESDIR}</tt> subdirectory (files/ by default)
+ <tt>${FILESDIR}</tt> subdirectory (<tt>files</tt> by default)
and use the <tt>post-extract</tt> target to
copy them to the <tt>work</tt> subdirectory.
<sect3>
<heading>Package information</heading>
- <p>Do include package information, i.e. COMMENT, DESCR, and PLIST, in
+ <p>Do include package information, i.e. <tt>COMMENT</tt>,
+ <tt>DESCR</tt>, and <tt>PLIST</tt>, in
<tt>pkg</tt>. Note that these files are not used only for
packaging anymore, and are <em>mandatory</em> now, even if
<tt>${NO_PACKAGE}</tt> is set.
>Audit-Trail:
>Unformatted:
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706081519.AAA14872>
