Date: Fri, 31 Aug 2012 13:00:40 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39479 - head/en_US.ISO8859-1/books/porters-handbook Message-ID: <201208311300.q7VD0eME034215@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208311300.q7VD0eME034215>