From 5eb7e020db739e2f693f02987d5807049c776123 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 21 Jan 2006 23:22:20 +0000 Subject: [PATCH] - Fix PERL_DEPENDS documentation (my example would break INDEX) - Document NOFETCHFILES PR: 92118 Submitted by: edwin --- .../books/porters-handbook/book.sgml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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. + + <makevar>NOFETCHFILES</makevar> + + 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. + + <makevar>RESTRICTED</makevar>