From b67099f1b7bb35e33d864945576e429088f6ee56 Mon Sep 17 00:00:00 2001
From: Dru Lavigne <dru@FreeBSD.org>
Date: Wed, 9 Oct 2013 16:19:41 +0000
Subject: [PATCH] Make 2 sentences clearer.

Submitted by:	bjk
Approved by:	bcr (mentor)
---
 en_US.ISO8859-1/books/handbook/ports/chapter.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.xml b/en_US.ISO8859-1/books/handbook/ports/chapter.xml
index 435cc65c02..24ebc0f0a3 100644
--- a/en_US.ISO8859-1/books/handbook/ports/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/ports/chapter.xml
@@ -1172,11 +1172,11 @@ Deinstalling ca_root_nss-3.15.1_1... done</screen>
 	  include <filename role="package">www/firefox</filename>,
 	  <filename role="package">security/gpgme</filename>, and
 	  <filename role="package">mail/sylpheed-claws</filename>.
-	  If the port has configurable options, it may pause
+	  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
-	    <maketarget>config-recursive</maketarget></command> to do
+	    <maketarget>config-recursive</maketarget></command> within the port skeleton to do
 	  this configuration in one batch.  Then, run <command>make
 	    <maketarget>install [clean]</maketarget></command> to
 	  compile and install the port.</para>