Add blank lines to delimit .include statements in Makefiles.
PR: docs/185810 Submitted by: Jason Helfman <jgh@FreeBSD.org>
This commit is contained in:
parent
b36922817d
commit
50a79e6121
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43544
1 changed files with 4 additions and 0 deletions
|
@ -156,6 +156,7 @@ MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/
|
||||||
|
|
||||||
MAINTAINER= youremail@example.com
|
MAINTAINER= youremail@example.com
|
||||||
COMMENT= Cat chasing a mouse all over the screen
|
COMMENT= Cat chasing a mouse all over the screen
|
||||||
|
|
||||||
.include <bsd.port.mk></programlisting>
|
.include <bsd.port.mk></programlisting>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
|
@ -4718,7 +4719,9 @@ OPT1_CONFIGURE_OFF= --no-test</programlisting>
|
||||||
<para>is equivalent to:</para>
|
<para>is equivalent to:</para>
|
||||||
|
|
||||||
<programlisting>OPTIONS_DEFINE= OPT1
|
<programlisting>OPTIONS_DEFINE= OPT1
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ! ${PORT_OPTIONS:MOPT1}
|
.if ! ${PORT_OPTIONS:MOPT1}
|
||||||
CONFIGURE_ARGS+= --no-test
|
CONFIGURE_ARGS+= --no-test
|
||||||
.endif</programlisting>
|
.endif</programlisting>
|
||||||
|
@ -12477,6 +12480,7 @@ pre-install:
|
||||||
and then some more stuff before installing, wow
|
and then some more stuff before installing, wow
|
||||||
|
|
||||||
[and then the epilogue]
|
[and then the epilogue]
|
||||||
|
|
||||||
.include <bsd.port.mk></programlisting>
|
.include <bsd.port.mk></programlisting>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue