Index: en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml +++ en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml @@ -2575,27 +2575,25 @@ - How do I group one of the special variables from + How do I group one of the special macros from bsd.sites.mk, for example, - MASTER_SITE_SOURCEFORGE? + SF? - See This is kept as simple as it can be, see . Detailed Use of <literal>MASTER_SITES:n</literal> - with - <varname>MASTER_SITE_SOURCEFORGE</varname> + with SF - MASTER_SITES= http://site1/ ${MASTER_SITE_SOURCEFORGE:S/$/:sourceforge,TEST/} + MASTER_SITES= http://site1/ SF/something/1.0:sourceforge,TEST DISTFILES= something.tar.gz:sourceforge - - something.tar.gz will be - fetched from all sites within - MASTER_SITE_SOURCEFORGE. + something.tar.gz will be + fetched from all sites within SourceForge. +