Some punctuation fix.
Enclose file/directory names with <tt></tt>. PR: 3812 Submitted by: simokawa@jp.freebsd.org
This commit is contained in:
parent
52f3e8b911
commit
32886318c3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1627
1 changed files with 5 additions and 4 deletions
|
@ -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 -->
|
||||
|
||||
<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
|
||||
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 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2
|
|||
<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.
|
||||
|
|
Loading…
Reference in a new issue