svn commit: r50954 - head/en_US.ISO8859-1/books/porters-handbook/makefiles

Richard Gallamore ultima at FreeBSD.org
Thu Sep 28 19:21:20 UTC 2017


Author: ultima (ports committer)
Date: Thu Sep 28 19:21:19 2017
New Revision: 50954
URL: https://svnweb.freebsd.org/changeset/doc/50954

Log:
  Clearer wording for when GitHub is not default group
  
  Approved by:	mat

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Thu Sep 28 17:00:22 2017	(r50953)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Thu Sep 28 19:21:19 2017	(r50954)
@@ -2639,7 +2639,7 @@ v0.7.3-0-gc66c71d</screen>
 	    linkend="porting-master-sites-n"/>.</para>
 
 	<para>When fetching multiple files from GitHub, sometimes the
-	  default distribution file is not required.  To disable
+	  default distribution file is not fetched from GitHub.  To disable
 	  fetching the default distribution, set:</para>
 
 	<programlisting>USE_GITHUB=	nodefault</programlisting>


More information about the svn-doc-all mailing list