docs/160369: [patch] update sample simple makefile with new conventions
Eitan Adler
eadler at FreeBSD.org
Thu Sep 1 16:40:08 UTC 2011
>Number: 160369
>Category: docs
>Synopsis: [patch] update sample simple makefile with new conventions
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 01 16:40:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Eitan Adler
>Release:
>Organization:
>Environment:
>Description:
I was told by sahil@ and bapt@ that we will now be ISO 8601:2004 form for new ports.
Additionally, add a license to the sample makefile.
>How-To-Repeat:
>Fix:
Index: book.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v
retrieving revision 1.1115
diff -u -r1.1115 book.sgml
--- book.sgml 15 Aug 2011 06:06:40 -0000 1.1115
+++ book.sgml 1 Sep 2011 16:28:39 -0000
@@ -120,7 +120,7 @@
like this:</para>
<programlisting># New ports collection makefile for: oneko
-# Date created: 5 December 1994
+# Date created: 1994-12-5
# Whom: asami
#
# $FreeBSD$
@@ -134,6 +134,8 @@
MAINTAINER= asami at FreeBSD.org
COMMENT= A cat chasing a mouse all over the screen
+LICENSE= MIT
+
MAN1= oneko.1
MANCOMPRESSED= yes
USE_IMAKE= yes
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list