From owner-svn-doc-head@FreeBSD.ORG Sun Feb 9 23:19:18 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2338614C; Sun, 9 Feb 2014 23:19:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E83AA1261; Sun, 9 Feb 2014 23:19:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19NJHt5085149; Sun, 9 Feb 2014 23:19:17 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19NJHlS085148; Sun, 9 Feb 2014 23:19:17 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201402092319.s19NJHlS085148@svn.freebsd.org> From: Warren Block Date: Sun, 9 Feb 2014 23:19:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43853 - head/en_US.ISO8859-1/books/porters-handbook/porting-samplem X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 23:19:18 -0000 Author: wblock Date: Sun Feb 9 23:19:17 2014 New Revision: 43853 URL: http://svnweb.freebsd.org/changeset/doc/43853 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml Sun Feb 9 23:16:49 2014 (r43852) +++ head/en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml Sun Feb 9 23:19:17 2014 (r43853) @@ -5,22 +5,24 @@ $FreeBSD$ --> - + + + A Sample <filename>Makefile</filename> + + Here is a sample Makefile that you can + use to create a new port. Make sure you remove all the extra + comments (ones between brackets)! + + It is recommended that you follow this format (ordering of + variables, empty lines between sections, etc.). This format is + designed so that the most important information is easy to locate. + We recommend that you use + portlint to check the + Makefile. - A Sample <filename>Makefile</filename> - - Here is a sample Makefile that you can - use to create a new port. Make sure you remove all the extra - comments (ones between brackets)! - - It is recommended that you follow this format (ordering of - variables, empty lines between sections, etc.). This format is - designed so that the most important information is easy to - locate. We recommend that you use - portlint to check the - Makefile. - - [the header...just to make it easier for us to identify the ports.] + [the header...just to make it easier for us to identify the ports.] # Created by: Satoshi Asami <asami@FreeBSD.org> [The optional Created by: line names the person who originally created the port. Note that the : is followed by a space @@ -99,5 +101,4 @@ pre-install: [and then the epilogue] .include <bsd.port.mk> - - +