Remove the Created by header line, they are going away soon, and add the
LICENSE block. Sponsored by: Absolight
This commit is contained in:
parent
ababe53305
commit
f1ab4f5897
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50149
1 changed files with 4 additions and 7 deletions
|
@ -23,13 +23,6 @@
|
|||
<filename>Makefile</filename>.</para>
|
||||
|
||||
<programlisting>[the header...just to make it easier for us to identify the ports.]
|
||||
# Created by: Satoshi Asami <asami@FreeBSD.org>
|
||||
[The optional <emphasis>Created by:</emphasis> line names the person who originally
|
||||
created the port. Note that the <quote>:</quote> is followed by a space
|
||||
and not a tab character.
|
||||
If this line is present, future maintainers must
|
||||
not change or remove it except at the original author's request.]
|
||||
|
||||
# $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
|
||||
|
@ -65,6 +58,10 @@ PATCHFILES= xdvi-18.patch1.gz xdvi-18.patch2.gz
|
|||
MAINTAINER= asami@FreeBSD.org
|
||||
COMMENT= DVI Previewer for the X Window System
|
||||
|
||||
[license -- should not be empty]
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
[dependencies -- can be empty]
|
||||
RUN_DEPENDS= gs:print/ghostscript
|
||||
|
||||
|
|
Loading…
Reference in a new issue