Some punctuation fix.

Enclose file/directory names with <tt></tt>.
PR:		3812
Submitted by:	simokawa@jp.freebsd.org
This commit is contained in:
Masafumi Max NAKANE 1997-06-08 16:43:09 +00:00
parent 52f3e8b911
commit 32886318c3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1627

View file

@ -1,4 +1,4 @@
<!-- $Id: porting.sgml,v 1.71 1997-05-23 08:19:19 obrien Exp $ --> <!-- $Id: porting.sgml,v 1.72 1997-06-08 16:43:09 max Exp $ -->
<!-- The FreeBSD Documentation Project --> <!-- The FreeBSD Documentation Project -->
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading> <sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
@ -265,7 +265,7 @@ asami@cs.berkeley.edu
is also called the `packing list' because the package is is also called the `packing list' because the package is
generated by packing the files listed here. The pathnames generated by packing the files listed here. The pathnames
are relative to the installation prefix (usually 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. the manpages will be compressed.
<p>Here is a small example: <p>Here is a small example:
@ -954,14 +954,15 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2
<tt>work</tt> subdirectory, `<tt>make clean</tt>' will <tt>work</tt> subdirectory, `<tt>make clean</tt>' will
<em>nuke</em> it completely! If you need auxiliary files <em>nuke</em> it completely! If you need auxiliary files
that are not scripts or patches, put them in the that are not scripts or patches, put them in the
<tt>&dollar;{FILESDIR}</tt> subdirectory (files/ by default) <tt>&dollar;{FILESDIR}</tt> subdirectory (<tt>files</tt> by default)
and use the <tt>post-extract</tt> target to and use the <tt>post-extract</tt> target to
copy them to the <tt>work</tt> subdirectory. copy them to the <tt>work</tt> subdirectory.
<sect3> <sect3>
<heading>Package information</heading> <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 <tt>pkg</tt>. Note that these files are not used only for
packaging anymore, and are <em>mandatory</em> now, even if packaging anymore, and are <em>mandatory</em> now, even if
<tt>&dollar;{NO_PACKAGE}</tt> is set. <tt>&dollar;{NO_PACKAGE}</tt> is set.