Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2000 15:58:56 +0200 (CEST)
From:      Marc van Woerkom <marc.vanwoerkom@science-factory.com>
To:        John1mick@cs.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Make Install Netscape variable problem
Message-ID:  <20000727135856.A99BA1F67@nil.science-factory.com>
In-Reply-To: <005501bff757$608c8320$68d8043f@oemcomputer> (John1mick@cs.com)
References:   <005501bff757$608c8320$68d8043f@oemcomputer>

next in thread | previous in thread | raw e-mail | index | archive | help
> When I make install Netscape, I get "you must set variable USA_RESIDENT to
> YES."  I checked /etc/make.conf, and the variable is indeed set to yes.
> 
> Are there any environment variables to check elsewhere?

Why do you ask - is there still a problem?

If you are unsure just have a look into the port's Makefile,
you should be able to identify used environment variables there.

Regarding make.conf I am not sure if it is not just used for
the make world process of building the system.

So you might issue a

   export USA_RESIDENT=YES

from sh or bash, or

   setenv USA_RESIDENT=YES

from csh to set it manually for your shell before installing.


Regards,
Marc




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000727135856.A99BA1F67>