Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 19:48:29 GMT
From:      Jason Helfman <jgh@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/185810: [patch][porters-handbook]: add needed whitespace in Makefile for port
Message-ID:  <201401151948.s0FJmTZA053849@freefall.freebsd.org>
Resent-Message-ID: <201401151950.s0FJo0CE053897@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185810
>Category:       docs
>Synopsis:       [patch][porters-handbook]: add needed whitespace in Makefile for port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 15 19:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r259961: Fri Dec 27 21:56:39 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
Any new port, or port in the tree is going to need a extra line before inclusion
of bsd.port.mk, so let's give committers and contributors less work by adding this
to documentation.

This passed building and testing successfully.

>How-To-Repeat:
	
>Fix:

Index: en_US.ISO8859-1/books/porters-handbook/book.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/book.xml	(revision 43542)
+++ en_US.ISO8859-1/books/porters-handbook/book.xml	(working copy)
@@ -156,6 +156,7 @@
 
 MAINTAINER=	youremail@example.com
 COMMENT=	Cat chasing a mouse all over the screen
+
 .include &lt;bsd.port.mk&gt;</programlisting>
 
       <note>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401151948.s0FJmTZA053849>