Fix the example MASTER_SITES.
PR: docs/100995 Submitted by: TAOKA Fumiyoshi < fmysh at iijmio-mail dot jp >
This commit is contained in:
parent
ed3077af21
commit
c211460072
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28387
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue