Remove the port creation meta-lines from the Porters Handbook.
PR: 160369 Submitted by: eadler (original) Patched by: portmgr (beat)
This commit is contained in:
parent
ebd1077a36
commit
5673c0b478
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39479
1 changed files with 1 additions and 16 deletions
|
@ -120,12 +120,7 @@
|
||||||
<para>The minimal <filename>Makefile</filename> would look
|
<para>The minimal <filename>Makefile</filename> would look
|
||||||
something like this:</para>
|
something like this:</para>
|
||||||
|
|
||||||
<programlisting># New ports collection makefile for: oneko
|
<programlisting># $FreeBSD$
|
||||||
# Date created: 5 December 1994
|
|
||||||
# Whom: asami
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= oneko
|
PORTNAME= oneko
|
||||||
PORTVERSION= 1.1b
|
PORTVERSION= 1.1b
|
||||||
|
@ -16289,20 +16284,10 @@ IGNORE= POINTYHAT is not supported
|
||||||
<filename>Makefile</filename>.</para>
|
<filename>Makefile</filename>.</para>
|
||||||
|
|
||||||
<programlisting>[the header...just to make it easier for us to identify the ports.]
|
<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$
|
# $FreeBSD$
|
||||||
[ ^^^^^^^^^ This will be automatically replaced with RCS ID string by SVN
|
[ ^^^^^^^^^ 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
|
when it is committed to our repository. If upgrading a port, do not alter
|
||||||
this line back to "$FreeBSD$". SVN deals with it automatically.]
|
this line back to "$FreeBSD$". SVN deals with it automatically.]
|
||||||
#
|
|
||||||
|
|
||||||
[section to describe the port itself and the master site - PORTNAME
|
[section to describe the port itself and the master site - PORTNAME
|
||||||
and PORTVERSION are always first, followed by CATEGORIES,
|
and PORTVERSION are always first, followed by CATEGORIES,
|
||||||
|
|
Loading…
Reference in a new issue