Remove reference to ${KEYWORDS}.
This commit is contained in:
parent
9380423f54
commit
b4f0f90799
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=269
1 changed files with 5 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: porting.sgml,v 1.13 1996-01-31 14:26:13 mpp Exp $ -->
|
<!-- $Id: porting.sgml,v 1.14 1996-03-06 09:04:43 asami Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||||
|
|
@ -156,7 +156,7 @@ The pattern is the year followed by the month.
|
||||||
# Date created: 5 December 1994
|
# Date created: 5 December 1994
|
||||||
# Whom: asami
|
# Whom: asami
|
||||||
#
|
#
|
||||||
# $Id: porting.sgml,v 1.13 1996-01-31 14:26:13 mpp Exp $
|
# $Id: porting.sgml,v 1.14 1996-03-06 09:04:43 asami Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= oneko-1.1b
|
DISTNAME= oneko-1.1b
|
||||||
|
|
@ -524,7 +524,7 @@ work/foozolix-1.0/
|
||||||
<tt>${DISTDIR}</tt> for later use.
|
<tt>${DISTDIR}</tt> for later use.
|
||||||
|
|
||||||
<sect3>
|
<sect3>
|
||||||
<heading>CATEGORIES and KEYWORDS</heading>
|
<heading>CATEGORIES</heading>
|
||||||
<p>When a package is created, it is put under
|
<p>When a package is created, it is put under
|
||||||
<tt>/usr/ports/packages/All</tt> and links are made from one
|
<tt>/usr/ports/packages/All</tt> and links are made from one
|
||||||
or more subdirectories of <tt>/usr/ports/packages</tt>. The
|
or more subdirectories of <tt>/usr/ports/packages</tt>. The
|
||||||
|
|
@ -538,12 +538,6 @@ work/foozolix-1.0/
|
||||||
truly belongs to something that is different from all the
|
truly belongs to something that is different from all the
|
||||||
existing ones, you can even create a new category name.
|
existing ones, you can even create a new category name.
|
||||||
|
|
||||||
<p>If you want to add more information than just the category
|
|
||||||
names, add them to <tt>${KEYWORDS}</tt>. The value
|
|
||||||
of this variable defaults to that of
|
|
||||||
<tt>${CATEGORIES}</tt>. This is currently used only
|
|
||||||
as a field of the <tt>/usr/ports/INDEX</tt> file.
|
|
||||||
|
|
||||||
<sect3>
|
<sect3>
|
||||||
<heading>MASTER_SITES</heading>
|
<heading>MASTER_SITES</heading>
|
||||||
<p>If you have a ftp-URL pointing at the the original tarball,
|
<p>If you have a ftp-URL pointing at the the original tarball,
|
||||||
|
|
@ -911,15 +905,14 @@ lib/libtcl.so.7.3
|
||||||
person who wrote this Makefile]
|
person who wrote this Makefile]
|
||||||
# Whom: Satoshi Asami <asami@FreeBSD.ORG>
|
# Whom: Satoshi Asami <asami@FreeBSD.ORG>
|
||||||
#
|
#
|
||||||
# $Id: porting.sgml,v 1.13 1996-01-31 14:26:13 mpp Exp $
|
# $Id: porting.sgml,v 1.14 1996-03-06 09:04:43 asami Exp $
|
||||||
[ ^^^^ don't worry about this...it will be automatically filled in by CVS when
|
[ ^^^^ don't worry about this...it will be automatically filled in by CVS when
|
||||||
it is committed to our repository]
|
it is committed to our repository]
|
||||||
#
|
#
|
||||||
|
|
||||||
[section to describe the package itself and main ftp site - DISTNAME
|
[section to describe the package itself and main ftp site - DISTNAME
|
||||||
is always first, followed by PKGNAME (if necessary), CATEGORIES,
|
is always first, followed by PKGNAME (if necessary), CATEGORIES,
|
||||||
KEYWORDs (if necessary) and then MASTER_SITES, and optionally
|
and then MASTER_SITES, and optionally EXTRACT_SUFX or DISTFILES]
|
||||||
EXTRACT_SUFX or DISTFILES]
|
|
||||||
DISTNAME= xdvi
|
DISTNAME= xdvi
|
||||||
PKGNAME= xdvi-pl18
|
PKGNAME= xdvi-pl18
|
||||||
CATEGORIES+= printing
|
CATEGORIES+= printing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue