Fix the example MASTER_SITES.

PR:		docs/100995
Submitted by:	TAOKA Fumiyoshi < fmysh at iijmio-mail dot jp >
This commit is contained in:
Mark Linimon 2006-07-28 20:44:00 +00:00
parent ed3077af21
commit c211460072
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28387

View file

@ -2212,8 +2212,9 @@ PORTEPOCH= 1</programlisting>
archives such as X-contrib, GNU, or Perl CPAN, you may be able
refer to those sites in an easy compact form using
<makevar>MASTER_SITE_<replaceable>*</replaceable></makevar>
(e.g., <makevar>MASTER_SITE_XCONTRIB</makevar> and
<makevar>MASTER_SITE_PERL_GNU</makevar>). Simply set
(e.g., <makevar>MASTER_SITE_XCONTRIB</makevar>,
<makevar>MASTER_SITE_GNU</makevar> and
<makevar>MASTER_SITE_PERL_CPAN</makevar>). Simply set
<makevar>MASTER_SITES</makevar> to one of these variables and
<makevar>MASTER_SITE_SUBDIR</makevar> to the path within the
archive. Here is an example:</para>