Tell the reader that different mtree BSD.x.dist files are needed
for automatic creation of package lists depending on whether you install into an X11 hierarchy. PR: docs/47824
This commit is contained in:
parent
2c4ae10754
commit
87f6c3cd86
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16269
1 changed files with 6 additions and 2 deletions
|
@ -6242,10 +6242,14 @@ pre-install:
|
|||
<filename>pkg-plist</filename> missing.</para>
|
||||
|
||||
<para>Next, create a temporary directory tree into which your port can be
|
||||
installed, and install any dependencies.</para>
|
||||
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>
|
||||
|
||||
<screen>&prompt.root; <userinput>mkdir /var/tmp/<replaceable>port-name</replaceable></userinput>
|
||||
&prompt.root; <userinput>mtree -U -f /etc/mtree/BSD.local.dist -d -e -p /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>
|
||||
&prompt.root; <userinput>make depends PREFIX=/var/tmp/<replaceable>port-name</replaceable></userinput></screen>
|
||||
|
||||
<para>Store the directory structure in a new file.</para>
|
||||
|
|
Loading…
Reference in a new issue