From 50a79e612181cae9708354759cacf1c1adbba041 Mon Sep 17 00:00:00 2001
From: Warren Block <wblock@FreeBSD.org>
Date: Wed, 15 Jan 2014 20:21:18 +0000
Subject: [PATCH] Add blank lines to delimit .include statements in Makefiles.

PR:		docs/185810
Submitted by:	Jason Helfman <jgh@FreeBSD.org>
---
 en_US.ISO8859-1/books/porters-handbook/book.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml
index 64b9dff39c..9eac572195 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.xml
@@ -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>