diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index 60c0237c6e..7d0d93020c 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -3289,10 +3289,11 @@ ALWAYS_KEEP_DISTFILES= yes
These variables allow you to specify dependencies on Perl
modules. For example,
- PERL_RUN_DEPENDS= MIME::Base64:${PORTSDIR}/converters/p5-MIME-Base64
+ PERL_RUN_DEPENDS= MIME-Base64:${PORTSDIR}/converters/p5-MIME-Base64
will check for the MIME::Base64 Perl module
- and install it if it is missing.
+ (note the replacement of :: with -) and install it if
+ it is missing.
@@ -4061,6 +4062,20 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar
is for non-commercial
use only.
+
+ NOFETCHFILES
+
+ Files defined in the NOFETCHFILES
+ variable are not fetchable from any of the
+ MASTER_SITES. An example of such a
+ file is when the file is supplied on CD-ROM by the
+ vendor.
+
+ Tools which check for the availability of these files
+ on the MASTER_SITES should ignore these
+ files and not report about them.
+
+
RESTRICTED