From owner-svn-doc-all@FreeBSD.ORG Thu Dec 6 15:51:34 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E84B367; Thu, 6 Dec 2012 15:51:34 +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 524378FC13; Thu, 6 Dec 2012 15:51:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB6FpY6B077959; Thu, 6 Dec 2012 15:51:34 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB6FpYNS077957; Thu, 6 Dec 2012 15:51:34 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212061551.qB6FpYNS077957@svn.freebsd.org> From: Eitan Adler Date: Thu, 6 Dec 2012 15:51:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40284 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2012 15:51:34 -0000 Author: eadler Date: Thu Dec 6 15:51:33 2012 New Revision: 40284 URL: http://svnweb.freebsd.org/changeset/doc/40284 Log: Don't use the word "Enable" in option descriptions: enabling is obvious from the option's existence. Submitted by: ak 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 Dec 6 15:20:29 2012 (r40283) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Thu Dec 6 15:51:33 2012 (r40284) @@ -3972,7 +3972,7 @@ LIB_DEPENDS= bar:${PORTSDIR}/foo/bar Correct Declaration of an Optional Dependency OPTIONS_DEFINE= BAR -BAR_DESC= Enable bar support +BAR_DESC= Bar support .include <bsd.port.options.mk>