Added speal about MASTER_SITE_{XCONTRIB,PERL_CPAN,TEX_CTAN,SUNSITE}
This commit is contained in:
parent
3feb2b97f6
commit
6304ff4943
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=686
1 changed files with 16 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: porting.sgml,v 1.40 1996-11-17 18:54:51 obrien Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.41 1996-11-17 19:14:54 obrien Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||
|
@ -582,6 +582,21 @@ work/foozolix-1.0/
|
|||
to add support for automatically determining the closest
|
||||
master site and fetching from there!
|
||||
|
||||
<p>If your the original tarball is part of one of the following
|
||||
popular archives: X-contrib, GNU, Perl CPAN, TeX CTAN, or
|
||||
Linux Sunsite, you refer to those sites in an easy compack
|
||||
form using MASTER_SITE_XCONTRIB, MASTER_SITE_GNU,
|
||||
MASTER_SITE_PERL_CPAN, MASTER_SITE_TEX_CTAN, and
|
||||
MASTER_SITE_SUNSITE. Simply set MASTER_SITE_SUBDIR to the path
|
||||
with in the archive. Here is an example:
|
||||
<tscreen><verb>
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= applications
|
||||
</verb></tscreen>
|
||||
<p>The user can also set the MASTER_SITE_* variables in
|
||||
<tt>/etc/make.conf</tt> to override our choices, and use their
|
||||
favorate mirrors of these popular archives instead.
|
||||
|
||||
<sect3>
|
||||
<heading>PATCHFILES<label id="porting:patchfiles"></heading>
|
||||
|
||||
|
|
Loading…
Reference in a new issue