Date: Sun, 13 Jul 2014 07:43:49 +0000 (UTC) From: Sergey Kandaurov <pluknet@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45264 - in head/en_US.ISO8859-1/books/porters-handbook: makefiles plist special Message-ID: <201407130743.s6D7hnNU013830@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pluknet Date: Sun Jul 13 07:43:49 2014 New Revision: 45264 URL: http://svnweb.freebsd.org/changeset/doc/45264 Log: Fix typos. Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/special/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 Sun Jul 13 00:07:44 2014 (r45263) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Sun Jul 13 07:43:49 2014 (r45264) @@ -3548,7 +3548,7 @@ OPT6_DESC= Describe OPT6</programlisting <para><filename>ports/Mk/bsd.options.desc.mk</filename> has descriptions for many common <varname>OPTIONS</varname>. While often useful, they - should be overriden if the description is insufficient + should be overridden if the description is insufficient for the port.</para> <tip> Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Sun Jul 13 00:07:44 2014 (r45263) +++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Sun Jul 13 07:43:49 2014 (r45264) @@ -209,7 +209,7 @@ lib/X11/oneko/sounds/cat.au of <filename>${PREFIX}/etc</filename>, it should be in <varname>ETCDIR</varname>, which defaults to <literal>${PREFIX}/etc/${PORTNAME}</literal>, it can be - overrided in the ports <filename>Makefile</filename> if there + overridden in the ports <filename>Makefile</filename> if there is a convention for the port to use some other directory. The <literal>%%ETCDIR%%</literal> macro should be used in its stead in the <filename>pkg-plist</filename> file.</para> Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Sun Jul 13 00:07:44 2014 (r45263) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Sun Jul 13 07:43:49 2014 (r45264) @@ -53,7 +53,7 @@ but only depend on other ports, should avoid needlessly extracting the &man.mtree.8; to the stage directory. This is the basic directory layout of the package, and these empty - directories will be seens as orphans. To prevent + directories will be seen as orphans. To prevent &man.mtree.8; extraction, add this line:</para> <programlisting>NO_MTREE= yes</programlisting>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407130743.s6D7hnNU013830>