From owner-svn-doc-head@FreeBSD.ORG Thu Oct 31 15:14:56 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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9C9E122; Thu, 31 Oct 2013 15:14:56 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A71FC2629; Thu, 31 Oct 2013 15:14:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VFEub7039374; Thu, 31 Oct 2013 15:14:56 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9VFEuwJ039373; Thu, 31 Oct 2013 15:14:56 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201310311514.r9VFEuwJ039373@svn.freebsd.org> From: Gabor Pali Date: Thu, 31 Oct 2013 15:14:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43084 - 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, 31 Oct 2013 15:14:56 -0000 Author: pgj Date: Thu Oct 31 15:14:56 2013 New Revision: 43084 URL: http://svnweb.freebsd.org/changeset/doc/43084 Log: - Rewrite the section on manual pages in the light of stage directories, missed previously. Submitted by: bapt 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 Oct 31 14:43:20 2013 (r43083) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Thu Oct 31 15:14:56 2013 (r43084) @@ -4149,15 +4149,13 @@ MASTERDIR= ${.CURDIR}/../xdvi300 Man Pages If your port anchors its man tree somewhere other than - PREFIX, you can use the - MANPREFIX to set it. Also, if only - manpages in certain sections go in a non-standard place, such - as some perl modules ports, you can set - individual man paths using - MANsectPREFIX - (where sect is one of - 1-9, L or - N). + PREFIX, you can use + MANDIRS to specify those directories. Note + that the files corresponding to manual pages should be placed in + pkg-plist along with the rest of the files. + The purpose of MANDIRS is to enable automatic + compression of manual pages, therefore the file names should be + suffixed with .gz.