Typo "frem" -> "from".
Submitted by: Peter Brevik <pb@ludd.luth.se> (on -doc a while back.)
This commit is contained in:
parent
da0a95e7ea
commit
3ed8079743
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4244
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: porting.sgml,v 1.126 1999-02-04 19:36:59 obrien Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.127 1999-02-08 06:49:02 jkoshy Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect><heading>Making a port yourself<label id="porting"></heading>
|
||||
|
@ -1749,7 +1749,7 @@ PKGMESSAGE ${PKGDIR}/MESSAGE
|
|||
<p>Do not write anything to files outside <tt/WKRDIR/.
|
||||
<tt/WRKDIR/ is the only place that is guaranteed to be
|
||||
writable during the port build (see <ref id="ports:cd"
|
||||
name="compiling ports frem CDROM"> for an example of
|
||||
name="compiling ports from CDROM"> for an example of
|
||||
building ports from a read-only tree). If you need to
|
||||
modify some file in <tt>${PKGDIR}</tt>, do so by <ref
|
||||
id="porting:pkgsubdir" name="redefining a variable">, not by
|
||||
|
|
Loading…
Reference in a new issue