- Reword talk about mtrees to mention X.org

Requested by:	Ben Kaduk <minimarmot@gmail.com>
This commit is contained in:
Pav Lucistnik 2006-05-15 21:47:26 +00:00
parent 0bcb41913e
commit 7f4cde8a21
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27850

View file

@ -6289,9 +6289,10 @@ etc/orbit.conf.sample
<para>Next, create a temporary directory tree into which your port can be
installed, and install any dependencies.
<replaceable>port-type</replaceable> should be <literal>local</literal>
for non-X ports and <literal>x11-4</literal> or <literal>x11</literal>
for ports which install into the directory hierarchy of XFree86 4
or an earlier XFree86 release, respectively.</para>
for non-X ports, <literal>x11-4</literal> for ports which install into
the directory hierarchy of XFree86 4.X or X.org, and
<literal>x11</literal> for ports using XFree86 3.X,
respectively.</para>
<screen>&prompt.root; <userinput>mkdir /var/tmp/<replaceable>port-name</replaceable></userinput>
&prompt.root; <userinput>mtree -U -f /etc/mtree/BSD.<replaceable>port-type</replaceable>.dist -d -e -p /var/tmp/<replaceable>port-name</replaceable></userinput>