View | Details | Raw Unified | Return to bug 92118
Collapse All | Expand All

(-)book.sgml (-2 / +17 lines)
Lines 3289-3298 Link Here
3289
	  <para>These variables allow you to specify dependencies on Perl
3289
	  <para>These variables allow you to specify dependencies on Perl
3290
	    modules. For example,
3290
	    modules. For example,
3291
3291
3292
	    <programlisting>PERL_RUN_DEPENDS=	MIME::Base64:${PORTSDIR}/converters/p5-MIME-Base64</programlisting>
3292
	    <programlisting>PERL_RUN_DEPENDS=	MIME-Base64:${PORTSDIR}/converters/p5-MIME-Base64</programlisting>
3293
3293
3294
	    will check for the <literal>MIME::Base64</literal> Perl module
3294
	    will check for the <literal>MIME::Base64</literal> Perl module
3295
	    and install it if it is missing.</para>
3295
	    (note the replacement of :: with -) and install it if
3296
	    it is missing.</para>
3296
	</sect2>
3297
	</sect2>
3297
3298
3298
	<sect2>
3299
	<sect2>
Lines 4062-4067 Link Here
4062
      </sect2>
4063
      </sect2>
4063
4064
4064
      <sect2>
4065
      <sect2>
4066
	<title><makevar>NOFETCHFILES</makevar></title>
4067
4068
	<para>Files defined in the <makevar>NOFETCHFILES</makevar>
4069
	  variable are not fetchable from any of the
4070
	  <makevar>MASTER_SITES</makevar>. An example of such a
4071
	  file is when the file is supplied on CD-ROM by the
4072
	  vendor.</para>
4073
4074
	<para>Tools which check for the availability of these files
4075
	  on the <makevar>MASTER_SITES</makevar> should ignore these
4076
	  files and not report about them.</para>
4077
      </sect2>
4078
4079
      <sect2>
4065
	<title><makevar>RESTRICTED</makevar></title>
4080
	<title><makevar>RESTRICTED</makevar></title>
4066
4081
4067
	<para>Set this variable alone if the application's license permits
4082
	<para>Set this variable alone if the application's license permits

Return to bug 92118