From fmysh@quad.dyndns.org  Fri Jul 28 17:36:23 2006
Return-Path: <fmysh@quad.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C39EC16A4E6
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Jul 2006 17:36:22 +0000 (UTC)
	(envelope-from fmysh@quad.dyndns.org)
Received: from xeon.quad.dyndns.org (228.142.138.210.bn.2iij.net [210.138.142.228])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 400DA43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Jul 2006 17:36:21 +0000 (GMT)
	(envelope-from fmysh@quad.dyndns.org)
Received: from localhost (localhost [127.0.0.1])
	by xeon.quad.dyndns.org (Postfix) with ESMTP id 5AC841534FC;
	Sat, 29 Jul 2006 02:36:20 +0900 (JST)
Received: from xeon.quad.dyndns.org ([127.0.0.1])
	by localhost (xeon.quad.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id Dm7uCjPTMi5I; Sat, 29 Jul 2006 02:36:10 +0900 (JST)
Received: by xeon.quad.dyndns.org (Postfix, from userid 1001)
	id 752B51534C7; Sat, 29 Jul 2006 02:36:10 +0900 (JST)
Message-Id: <20060728173610.752B51534C7@xeon.quad.dyndns.org>
Date: Sat, 29 Jul 2006 02:36:10 +0900 (JST)
From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Reply-To: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Subject: [patch] Wrong example in Porter's Handbook
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100995
>Category:       docs
>Synopsis:       [patch] Wrong example in Porter's Handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 28 17:40:14 GMT 2006
>Closed-Date:    Fri Jul 28 20:02:00 GMT 2006
>Last-Modified:  Fri Jul 28 20:02:00 GMT 2006
>Originator:     TAOKA Fumiyoshi
>Release:        
>Organization:
>Environment:
>Description:
	In Porter's Handbook, chapter 5.4.2, MASTER_SITE_PERL_GNU
	is shown as an example.  But this does not really exist.

>How-To-Repeat:
>Fix:

Index: book.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v
retrieving revision 1.737
diff -u -r1.737 book.sgml
--- book.sgml	24 Jul 2006 20:32:20 -0000	1.737
+++ book.sgml	28 Jul 2006 17:18:51 -0000
@@ -2212,8 +2212,9 @@
 	  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>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Jul 28 20:01:52 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100995 
>Unformatted:
