From owner-svn-doc-head@FreeBSD.ORG Thu Feb 14 14:20:37 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C025C53E; Thu, 14 Feb 2013 14:20:37 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B294E76F; Thu, 14 Feb 2013 14:20:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1EEKb9L038526; Thu, 14 Feb 2013 14:20:37 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1EEKbTH038525; Thu, 14 Feb 2013 14:20:37 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201302141420.r1EEKbTH038525@svn.freebsd.org> From: Eitan Adler Date: Thu, 14 Feb 2013 14:20:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40969 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 14 Feb 2013 14:20:37 -0000 Author: eadler Date: Thu Feb 14 14:20:37 2013 New Revision: 40969 URL: http://svnweb.freebsd.org/changeset/doc/40969 Log: Update the location of BSD.local.dist [0] and improve some surrounding language. Submitted by: ak [0] Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Thu Feb 14 14:20:34 2013 (r40968) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Thu Feb 14 14:20:37 2013 (r40969) @@ -5796,14 +5796,13 @@ PLIST_SUB+= NLS="@comment " catalog files. The target directories for them, which reside under LOCALBASE/share/locale, - should rarely be created and removed by your port. The most + should rarely be created and removed by a port. The most popular languages have their respective directories listed - in /etc/mtree/BSD.local.dist; that is, - they are a part of the base system. The directories for - many other languages are governed by the devel/gettext port. You may - want to consult its pkg-plist and see - whether your port is going to install a message catalog file + in PORTSDIR/Templates/BSD.local.dist. + The directories for many other languages are governed by the + devel/gettext port. + Consult its pkg-plist and see + whether the port is going to install a message catalog file for a unique language.