svn commit: r43544 - head/en_US.ISO8859-1/books/porters-handbook
Warren Block
wblock at FreeBSD.org
Wed Jan 15 20:21:19 UTC 2014
Author: wblock
Date: Wed Jan 15 20:21:18 2014
New Revision: 43544
URL: http://svnweb.freebsd.org/changeset/doc/43544
Log:
Add blank lines to delimit .include statements in Makefiles.
PR: docs/185810
Submitted by: Jason Helfman <jgh at FreeBSD.org>
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 Wed Jan 15 19:46:36 2014 (r43543)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Wed Jan 15 20:21:18 2014 (r43544)
@@ -156,6 +156,7 @@ MASTER_SITES= ftp://ftp.cs.columbia.edu/
MAINTAINER= youremail at example.com
COMMENT= Cat chasing a mouse all over the screen
+
.include <bsd.port.mk></programlisting>
<note>
@@ -4718,7 +4719,9 @@ OPT1_CONFIGURE_OFF= --no-test</programli
<para>is equivalent to:</para>
<programlisting>OPTIONS_DEFINE= OPT1
+
.include <bsd.port.options.mk>
+
.if ! ${PORT_OPTIONS:MOPT1}
CONFIGURE_ARGS+= --no-test
.endif</programlisting>
@@ -12477,6 +12480,7 @@ pre-install:
and then some more stuff before installing, wow
[and then the epilogue]
+
.include <bsd.port.mk></programlisting>
</chapter>
More information about the svn-doc-all
mailing list