diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.xml b/en_US.ISO8859-1/books/handbook/ports/chapter.xml index 8fda843441..22d6b5598b 100644 --- a/en_US.ISO8859-1/books/handbook/ports/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/ports/chapter.xml @@ -1005,9 +1005,9 @@ Deinstalling ca_root_nss-3.15.1_1... done 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 make - config-recursive within the port skeleton to do - this configuration in one batch. Then, run make + options from a menu. To avoid this and do all of the configuration + in one batch, run make config-recursive + within the port skeleton. Then, run make install [clean] to compile and install the port.