From d3cf2d5d31ce6c15b140d5d9a8daa5ffe89f208a Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Wed, 6 Nov 1996 06:03:17 +0000 Subject: [PATCH] It's not too good idea to define nonexistent category in the sample Makefile. (There used to be ``CATEGORIES+=printing''.) --- share/doc/handbook/porting.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/doc/handbook/porting.sgml b/share/doc/handbook/porting.sgml index b424cda047e..212f05a9ed6 100644 --- a/share/doc/handbook/porting.sgml +++ b/share/doc/handbook/porting.sgml @@ -1,4 +1,4 @@ - + Porting an existing piece of free software @@ -157,7 +157,7 @@ The pattern is the year followed by the month. # Date created: 5 December 1994 # Whom: asami # - # $Id: porting.sgml,v 1.33 1996/11/04 00:27:07 max Exp $ + # $Id: porting.sgml,v 1.34 1996/11/05 09:42:59 max Exp $ # DISTNAME= oneko-1.1b @@ -1149,7 +1149,7 @@ lib/libtcl.so.7.3 person who wrote this Makefile] # Whom: Satoshi Asami # - # $Id: porting.sgml,v 1.33 1996/11/04 00:27:07 max Exp $ + # $Id: porting.sgml,v 1.34 1996/11/05 09:42:59 max Exp $ [ ^^^^ 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 repository] @@ -1160,7 +1160,7 @@ lib/libtcl.so.7.3 and then MASTER_SITES, and optionally EXTRACT_SUFX or DISTFILES] DISTNAME= xdvi PKGNAME= xdvi-pl18 - CATEGORIES+= printing + CATEGORIES+= print [do not forget the trailing slash ("/")!] MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ [set this if the source is not in the standard ".tar.gz" form]