From owner-cvs-ports Thu Jun 12 04:53:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA24429 for cvs-ports-outgoing; Thu, 12 Jun 1997 04:53:29 -0700 (PDT) Received: from bourbon.sfc.wide.ad.jp (bourbon.sfc.wide.ad.jp [203.178.139.171]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA24412; Thu, 12 Jun 1997 04:52:56 -0700 (PDT) Received: from bourbon.sfc.wide.ad.jp (localhost [127.0.0.1]) by bourbon.sfc.wide.ad.jp (8.8.5/3.5Wpl104/21/97) with ESMTP id UAA19969; Thu, 12 Jun 1997 20:51:25 +0900 (JST) Message-Id: <199706121151.UAA19969@bourbon.sfc.wide.ad.jp> To: asami@cs.berkeley.edu Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Cc: max@wide.ad.jp Subject: Re: cvs commit: ports/devel/gmake/patches patch-aa From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Wed, 11 Jun 1997 22:25:49 -0700 (PDT)" References: <199706120525.WAA29223@silvia.HIP.Berkeley.EDU> X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 12 Jun 1997 20:51:25 +0900 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Thanks. However, this only addresses part of the problem, as > info/dir has to be made if it doesn't exist, pkg/PLIST needs to > be modified, etc. Can you take a look at the handbook and > finish fixing up the port? Thanks. Ok, I'm doing it right now. BTW, how about adding new variable like INFO, which is like MAN? variables. I.E., if ${INFO} (or whatever the name it is) is defined, do install-info ${INFO} automatically? I also think it's good idea if we create the dir file if ${INFO} is defined and the dir file isn't present yet. Cheers, Max