It's not too good idea to define nonexistent category in the sample Makefile.

(There used to be ``CATEGORIES+=printing''.)
This commit is contained in:
Masafumi Max NAKANE 1996-11-06 06:03:17 +00:00
parent 0798b851ad
commit cce171741c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=645

View file

@ -1,4 +1,4 @@
<!-- $Id: porting.sgml,v 1.34 1996-11-05 09:42:59 max Exp $ --> <!-- $Id: porting.sgml,v 1.35 1996-11-06 06:03:17 max 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>
@ -157,7 +157,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.34 1996-11-05 09:42:59 max Exp $ # $Id: porting.sgml,v 1.35 1996-11-06 06:03:17 max Exp $
# #
DISTNAME= oneko-1.1b DISTNAME= oneko-1.1b
@ -1149,7 +1149,7 @@ 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.34 1996-11-05 09:42:59 max Exp $ # $Id: porting.sgml,v 1.35 1996-11-06 06:03:17 max Exp $
[ ^^^^ do not worry about this, I know it says "porting.sgml"...it [ ^^^^ do not worry about this, I know it says "porting.sgml"...it
will be automatically filled in by CVS when it is committed to our will be automatically filled in by CVS when it is committed to our
repository] repository]
@ -1160,7 +1160,7 @@ lib/libtcl.so.7.3
and then MASTER_SITES, and optionally EXTRACT_SUFX or DISTFILES] and then MASTER_SITES, and optionally EXTRACT_SUFX or DISTFILES]
DISTNAME= xdvi DISTNAME= xdvi
PKGNAME= xdvi-pl18 PKGNAME= xdvi-pl18
CATEGORIES+= printing CATEGORIES+= print
[do not forget the trailing slash ("/")!] [do not forget the trailing slash ("/")!]
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/
[set this if the source is not in the standard ".tar.gz" form] [set this if the source is not in the standard ".tar.gz" form]