svn commit: r49132 - head/en_US.ISO8859-1/books/porters-handbook/special

Brad Davis brd at FreeBSD.org
Tue Jul 19 18:14:54 UTC 2016


Author: brd
Date: Tue Jul 19 18:14:53 2016
New Revision: 49132
URL: https://svnweb.freebsd.org/changeset/doc/49132

Log:
  Improve some of the wording around USE_RUBY.

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 Jul 19 17:54:54 2016	(r49131)
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Tue Jul 19 18:14:53 2016	(r49132)
@@ -3782,7 +3782,7 @@ USE_PYTHON=	autoplist distutils
 	<tbody>
 	  <row>
 	    <entry><varname>USE_RUBY</varname></entry>
-	    <entry>The port requires Ruby.</entry>
+	    <entry>Adds build and run dependencies on Ruby.</entry>
 	  </row>
 
 	  <row>
@@ -3799,8 +3799,8 @@ USE_PYTHON=	autoplist distutils
 
 	  <row>
 	    <entry><varname>RUBY_SETUP</varname></entry>
-	    <entry>Set to the alternative name of
-	      <filename>setup.rb</filename>.  Common value is
+	    <entry>Override the name of the setup script from
+	      <filename>setup.rb</filename>.  Another common value is
 	      <filename>install.rb</filename>.</entry>
 	  </row>
 	</tbody>


More information about the svn-doc-all mailing list