From owner-svn-doc-all@FreeBSD.ORG Sun Feb 15 18:38:41 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FC55C87; Sun, 15 Feb 2015 18:38:41 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AE57843; Sun, 15 Feb 2015 18:38:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FIcfDc084001; Sun, 15 Feb 2015 18:38:41 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FIce0K083998; Sun, 15 Feb 2015 18:38:40 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502151838.t1FIce0K083998@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Sun, 15 Feb 2015 18:38:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46276 - in head/en_US.ISO8859-1/books/porters-handbook: plist uses 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.18-1 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: Sun, 15 Feb 2015 18:38:41 -0000 Author: jgh Date: Sun Feb 15 18:38:40 2015 New Revision: 46276 URL: https://svnweb.freebsd.org/changeset/doc/46276 Log: - whitespace cleanup. translators can ignore Differential Revision: https://reviews.freebsd.org/D1838 Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Sun Feb 15 18:13:29 2015 (r46275) +++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Sun Feb 15 18:38:40 2015 (r46276) @@ -429,8 +429,8 @@ etc/orbit.conf-dist the unpacking process. If command contains any of these sequences somewhere in it, they are expanded inline. For these examples, assume that - @cwd is set to /usr/local and the last + @cwd is set to + /usr/local and the last extracted file was bin/emacs. @@ -449,8 +449,7 @@ etc/orbit.conf-dist Expand to the current directory prefix, as set with @cwd. In the example case - /usr/local. + /usr/local. @@ -461,8 +460,8 @@ etc/orbit.conf-dist Expand to the basename of the fully qualified filename, that is, the current directory prefix plus the last filespec, minus the trailing filename. In - the example case, that would be /usr/local/bin. + the example case, that would be + /usr/local/bin. @@ -582,9 +581,8 @@ etc/orbit.conf-dist Creating New Keywords Package list files can be extended by keywords that are - defined in the ${PORTSDIR}/Keywords directory. - The settings for each keyword are stored in a + defined in the ${PORTSDIR}/Keywords + directory. The settings for each keyword are stored in a UCL file named keyword.ucl. The file must contain at least one of the next Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Sun Feb 15 18:13:29 2015 (r46275) +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Sun Feb 15 18:38:40 2015 (r46276) @@ -672,15 +672,11 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssa by default, add it to PLIST_SUB and MAKE_ENV, and create it upon installation. If KMODDIR is set - to - /boot/kernel, - it will be rewritten to /boot/modules. This + to /boot/kernel, it will be + rewritten to /boot/modules. This prevents breaking packages when upgrading the kernel - due to /boot/kernel being - renamed to /boot/kernel.old in + due to /boot/kernel being + renamed to /boot/kernel.old in the process. @@ -1287,8 +1283,8 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssa WEBPLUGIN_DIR: The directory - to install the plug-in files to, default PREFIX/lib/browser_plugins/WEBPLUGIN_NAME. + to install the plug-in files to, default + PREFIX/lib/browser_plugins/WEBPLUGIN_NAME. Set this if the port installs plug-in files outside of the default directory to prevent broken symbolic links.