From owner-svn-doc-head@FreeBSD.ORG Mon Aug 13 11:30:56 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2F82106564A; Mon, 13 Aug 2012 11:30:56 +0000 (UTC) (envelope-from manolis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8D5BB8FC08; Mon, 13 Aug 2012 11:30:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7DBUugL032052; Mon, 13 Aug 2012 11:30:56 GMT (envelope-from manolis@svn.freebsd.org) Received: (from manolis@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7DBUuDu032050; Mon, 13 Aug 2012 11:30:56 GMT (envelope-from manolis@svn.freebsd.org) Message-Id: <201208131130.q7DBUuDu032050@svn.freebsd.org> From: Manolis Kiagias Date: Mon, 13 Aug 2012 11:30:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39371 - head/en_US.ISO8859-1/books/fdp-primer/the-website X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2012 11:30:56 -0000 Author: manolis Date: Mon Aug 13 11:30:56 2012 New Revision: 39371 URL: http://svn.freebsd.org/changeset/doc/39371 Log: Add a tip for painless website building Modified: head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml Modified: head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml Mon Aug 13 10:16:10 2012 (r39370) +++ head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml Mon Aug 13 11:30:56 2012 (r39371) @@ -115,6 +115,15 @@ &prompt.root; cd en_US.ISO8859-1/htdocs &prompt.root; make all + + + The build requires a few files from the Ports Collection + and may fail without a properly configured Ports CVS + mirror. Set the NOPORTSCVS environment + variable as described in + to use your local Ports Collection (typically /usr/ports) instead. +