summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-02-22 09:37:19 +0000
committerjkh <jkh@FreeBSD.org>1997-02-22 09:37:19 +0000
commitdd2a6abaa8db23fd5a6c0f1a719e7ea482878a5e (patch)
tree6431a5474964eaf917405d15fdf6eedfcc257225
parent5891cb4ba7250f25c5d88b136db1c5e35c3905d0 (diff)
downloadFreeBSD-src-dd2a6abaa8db23fd5a6c0f1a719e7ea482878a5e.zip
FreeBSD-src-dd2a6abaa8db23fd5a6c0f1a719e7ea482878a5e.tar.gz
Clean up a rather incorrectly phrased
set of instructions on lndir usage.
-rw-r--r--share/doc/handbook/ports.sgml16
1 files changed, 9 insertions, 7 deletions
diff --git a/share/doc/handbook/ports.sgml b/share/doc/handbook/ports.sgml
index 90fc987..fa0abc8 100644
--- a/share/doc/handbook/ports.sgml
+++ b/share/doc/handbook/ports.sgml
@@ -242,13 +242,15 @@ doing it:-
<p>
Create a "link tree" to it using the <tt>lndir(1)</tt> command that
comes with the <em>XFree86</em> distribution. Find a location with
-some free space and create a directory there, and make a symbolic link
-from <tt>/usr/ports</tt> to that directory. Then invoke the
-<tt>lndir(1)</tt> command with the full pathname of the ``ports''
-directory on the CDROM as an argument (this might be, for example,
-something like: <tt>lndir /cdrom/ports</tt>). Then you can build
-ports directly off the CDROM by building them in the link tree you
-have created.
+some free space, create a directory there and then cd to it. Then
+invoke the <tt>lndir(1)</tt> command with the full pathname of the ``ports''
+directory on the CDROM as the first argument and . (the current directory)
+as the second. This might be, for example, something like:
+<verb>
+ lndir /cdrom/ports .
+</verb>
+<p>Then you can build ports directly off the CDROM by building them in the
+link tree you have created.
<p>
Note that there are some ports for which we cannot provide the original
source in the CDROM due to licensing limitations. In that case,
OpenPOWER on IntegriCloud