Make note about changing a port's header during updates clearer.
This commit is contained in:
parent
d8ed81fa61
commit
d502600270
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2322
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: porting.sgml,v 1.87 1997-12-30 01:05:45 asami Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.88 1997-12-31 05:04:36 obrien Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||
|
@ -1550,13 +1550,14 @@ msql:*:80:249:mSQL-2 pseudo-user:/var/db/msqldb:/bin/sh
|
|||
locate.
|
||||
|
||||
<tscreen><verb>
|
||||
[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.
|
||||
This header should not be changed when upgrading the port later.]
|
||||
# New ports collection makefile for: xdvi
|
||||
# Version required: pl18 [things like "1.5alpha" are fine here too]
|
||||
[this is the date when the first version of this Makefile was created]
|
||||
# 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. This header should
|
||||
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>
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue