diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml
index 2373b87e6d..8a057866d6 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.xml
@@ -514,9 +514,8 @@ PLIST_DIRS= lib/X11/oneko
fetch cannot find the required
files in DISTDIR it will look up the
URL MASTER_SITES, which is set in the
- Makefile, as well as our main FTP site at ,
- where we put sanctioned distfiles as backup. It will then
+ Makefile, as well as our FTP mirrors
+ where we put distfiles as backup. It will then
attempt to fetch the named distribution file with
FETCH, assuming that the requesting
site has direct access to the Internet. If that succeeds,
@@ -568,9 +567,21 @@ PLIST_DIRS= lib/X11/oneko
The build target is run.
This is responsible for descending into the port's private
working directory (WRKSRC) and building
- it. If USES= gmake is set, GNU
- make will be used, otherwise the system
- make will be used.
+ it.
+
+
+
+ The stage target is run.
+ This puts the final set of built files into a temporary
+ directory (STAGEDIR). The hierarchy of
+ this directory mirrors that of the system on which the
+ package will be installed.
+
+
+
+ The install target is run.
+ This copies the files listed in the port's pkg-plist to
+ the host system.
@@ -620,7 +631,7 @@ PLIST_DIRS= lib/X11/oneko
Now that you understand what goes on when the user types
- make, let us go through the recommended
+ make install, let us go through the recommended
steps to create the perfect port.