From owner-cvs-ports Mon Aug 21 17:38:14 1995 Return-Path: cvs-ports-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA20940 for cvs-ports-outgoing; Mon, 21 Aug 1995 17:38:14 -0700 Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id RAA20819 ; Mon, 21 Aug 1995 17:36:47 -0700 Received: from localhost (localhost [127.0.0.1]) by precipice.shockwave.com (8.6.11/8.6.9) with SMTP id RAA00959; Mon, 21 Aug 1995 17:36:13 -0700 Message-Id: <199508220036.RAA00959@precipice.shockwave.com> To: asami@cs.berkeley.edu (Satoshi Asami) cc: CVS-commiters@freefall.FreeBSD.org, cvs-ports@freefall.FreeBSD.org Subject: Re: cvs commit: ports/net/netscape/scripts configure In-reply-to: Your message of "Mon, 21 Aug 1995 17:12:57 PDT." <199508220012.RAA03368@silvia.HIP.Berkeley.EDU> Date: Mon, 21 Aug 1995 17:36:13 -0700 From: Paul Traina Sender: cvs-ports-owner@FreeBSD.org Precedence: bulk From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: cvs commit: ports/net/netscape/scripts configure * Eliminate the need to set environmental variables to use netscape. * Install the binary in /usr/local/lib/netscape and install a wrapper * in BINDIR. Ok...thanks. But you took out the "cat pkg/DESCR" rule too, and that included "please read the license", don't we want to at least warn the user about it? Ah, good point. I removed that rule because it was no longer necessary to set the environment. Sorry. Two more comments...there is an extra / in DESCR. Also, why is it that you define NLSDIR in files/Makefile using PREFIX and then use X11BASE in the test statement and use NLSDIR in the install command line? Whups.. I should have made everything relative to X11BASE, not PREFIX, sorry, I forgot because at first I was using freefall which had an old /usr/share/mk. If you don't mind, I'll go fix the above. Hey, I'd even want to change the MAINTAINER to you! :) It was your good idea, so you should keep it, I just was tossing in the things from the way I do it at home. paul