svn commit: r39479 - head/en_US.ISO8859-1/books/porters-handbook
Glen Barber
gjb at FreeBSD.org
Fri Aug 31 13:00:40 UTC 2012
Author: gjb
Date: Fri Aug 31 13:00:39 2012
New Revision: 39479
URL: http://svn.freebsd.org/changeset/doc/39479
Log:
Remove the port creation meta-lines from the Porters Handbook.
PR: 160369
Submitted by: eadler (original)
Patched by: portmgr (beat)
Modified:
head/en_US.ISO8859-1/books/porters-handbook/book.sgml
Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.sgml Fri Aug 31 12:19:04 2012 (r39478)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.sgml Fri Aug 31 13:00:39 2012 (r39479)
@@ -120,12 +120,7 @@
<para>The minimal <filename>Makefile</filename> would look
something like this:</para>
- <programlisting># New ports collection makefile for: oneko
-# Date created: 5 December 1994
-# Whom: asami
-#
-# $FreeBSD$
-#
+ <programlisting># $FreeBSD$
PORTNAME= oneko
PORTVERSION= 1.1b
@@ -16289,20 +16284,10 @@ IGNORE= POINTYHAT is not supported
<filename>Makefile</filename>.</para>
<programlisting>[the header...just to make it easier for us to identify the ports.]
-# New ports collection makefile for: xdvi
-[the "version required" line is only needed when the PORTVERSION
- variable is not specific enough to describe the port.]
-# Date created: 26 May 1995
-[this is the person who did the original port to FreeBSD, in particular, the
-person who wrote the first version of this Makefile. Remember, this should
-not be changed when upgrading the port later.]
-# Whom: Satoshi Asami <asami at FreeBSD.org>
-#
# $FreeBSD$
[ ^^^^^^^^^ This will be automatically replaced with RCS ID string by SVN
when it is committed to our repository. If upgrading a port, do not alter
this line back to "$FreeBSD$". SVN deals with it automatically.]
-#
[section to describe the port itself and the master site - PORTNAME
and PORTVERSION are always first, followed by CATEGORIES,
More information about the svn-doc-head
mailing list