diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-02-08 06:49:02 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-02-08 06:49:02 +0000 |
| commit | 3ed8079743927e990d5d6368fd83d1e5f591d294 (patch) | |
| tree | 73cddcf5f2d6c473211cfd239bd464652e06ee37 | |
| parent | da0a95e7eace09204110615bb832181011dbd1b1 (diff) | |
Notes
| -rw-r--r-- | handbook/porting.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/handbook/porting.sgml b/handbook/porting.sgml index 319d4fb162..525c59f42d 100644 --- a/handbook/porting.sgml +++ b/handbook/porting.sgml @@ -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 |
