Fix a slightly confusing line by stating what will happen first and then how
to do it. PR: 218074 Submitted by: Kevin Phoenix <phoenk@rpi.edu>
This commit is contained in:
parent
9cbbe315f4
commit
b094368e6a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50140
1 changed files with 3 additions and 3 deletions
|
@ -1005,9 +1005,9 @@ Deinstalling ca_root_nss-3.15.1_1... done</screen>
|
|||
If the port depends upon other ports which have configurable
|
||||
options, it may pause several times for user interaction
|
||||
as the default behavior is to prompt the user to select
|
||||
options from a menu. To avoid this, run <command>make
|
||||
config-recursive</command> within the port skeleton to do
|
||||
this configuration in one batch. Then, run <command>make
|
||||
options from a menu. To avoid this and do all of the configuration
|
||||
in one batch, run <command>make config-recursive</command>
|
||||
within the port skeleton. Then, run <command>make
|
||||
install [clean]</command> to compile and install the
|
||||
port.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue