diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-24 08:39:11 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-24 08:39:11 +0000 |
| commit | fe24c91e7629bd45da977c5ad714b2e7b397cdbe (patch) | |
| tree | 77915cdeb8fc489661102ff1e97b3393ca4cd9c8 | |
| parent | dbba40ddb7bcff1a7d8e52c8fba0ed62eedd0da5 (diff) | |
Notes
| -rw-r--r-- | share/doc/handbook/porting.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/handbook/porting.sgml b/share/doc/handbook/porting.sgml index b64da1139823..627469acb79b 100644 --- a/share/doc/handbook/porting.sgml +++ b/share/doc/handbook/porting.sgml @@ -1,4 +1,4 @@ -<!-- $Id: porting.sgml,v 1.41 1996/11/17 19:14:54 obrien Exp $ --> +<!-- $Id: porting.sgml,v 1.42 1996/11/23 19:02:25 max Exp $ --> <!-- The FreeBSD Documentation Project --> <sect1><heading>Porting an existing piece of free software<label id="porting"></heading> @@ -582,9 +582,9 @@ 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 + <p>If 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 + Linux Sunsite, you refer to those sites in an easy compact 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 |
