From b094368e6add56d9901b7eee48b6ccd155f27f4c Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Sun, 9 Apr 2017 00:54:08 +0000 Subject: [PATCH] Fix a slightly confusing line by stating what will happen first and then how to do it. PR: 218074 Submitted by: Kevin Phoenix --- en_US.ISO8859-1/books/handbook/ports/chapter.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.