Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 15:24:13 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r45662 - head/en_US.ISO8859-1/books/porters-handbook/special
Message-ID:  <201409231524.s8NFODoG046849@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat (ports committer)
Date: Tue Sep 23 15:24:13 2014
New Revision: 45662
URL: http://svnweb.freebsd.org/changeset/doc/45662

Log:
  Reword.
  
  Submitted by:	wblock
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Tue Sep 23 14:43:14 2014	(r45661)
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Tue Sep 23 15:24:13 2014	(r45662)
@@ -2656,10 +2656,9 @@ do-install:
       <para>Porting PEAR modules is a very simple process.</para>
 
       <para>Add <literal>USES=pear</literal> to the port's
-	<filename>Makefile</filename>.  The framework will then
-	automatically install the relevant files at the right place,
-	it will also automatically generate the plist at install
-	time.</para>
+	<filename>Makefile</filename>.  The framework will install the
+	relevant files in the right places and automatically generate
+	the plist at install time.</para>
 
       <example xml:id="pear-makefile">
 	<title>Example Makefile for PEAR Class</title>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409231524.s8NFODoG046849>