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

Benjamin Kaduk kaduk at MIT.EDU
Tue Oct 29 18:35:49 UTC 2013


On Mon, 28 Oct 2013, Eitan Adler wrote:

> Author: eadler
> Date: Mon Oct 28 19:24:11 2013
> New Revision: 43056
> URL: http://svnweb.freebsd.org/changeset/doc/43056
>
> Log:
>  Explain a much better way of automatically generating a packing list now that makeplist is available.
>  Leave mention of the older scripts as long as they exist.
>
> Modified:
>  head/en_US.ISO8859-1/books/porters-handbook/book.xml
>
> Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
> ==============================================================================
> --- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Mon Oct 28 19:17:08 2013	(r43055)
> +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Mon Oct 28 19:24:11 2013	(r43056)
> @@ -10092,39 +10092,12 @@ etc/orbit.conf.sample
>       <title>Automated Package List Creation</title>
>
>       <para>First, make sure your port is almost complete, with only
> -	<filename>pkg-plist</filename> missing.</para>
> +	<filename>pkg-plist</filename> missing.  You may then run
> +	<command>make <maketarget>makeplist</maketarget></command> to
> +	generate a <filename>pkg-plist</filename> automatically.  Thie
> +	file must be double checked for correctness.</para>

Typo for 'this'.

-Ben


More information about the svn-doc-all mailing list