Add blank lines to delimit .include statements in Makefiles.

PR:		docs/185810
Submitted by:	Jason Helfman <jgh@FreeBSD.org>
This commit is contained in:
Warren Block 2014-01-15 20:21:18 +00:00
parent b36922817d
commit 50a79e6121
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43544

View file

@ -156,6 +156,7 @@ MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/
MAINTAINER= youremail@example.com
COMMENT= Cat chasing a mouse all over the screen
.include &lt;bsd.port.mk&gt;</programlisting>
<note>
@ -4718,7 +4719,9 @@ OPT1_CONFIGURE_OFF= --no-test</programlisting>
<para>is equivalent to:</para>
<programlisting>OPTIONS_DEFINE= OPT1
.include &lt;bsd.port.options.mk&gt;
.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 &lt;bsd.port.mk&gt;</programlisting>
</chapter>