Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 1999 13:04:13 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        tj <aggravator@aggravator.net>
Cc:        ports@FreeBSD.org
Subject:   Re: set variable USA_RESIDENT=YES
Message-ID:  <19990808130413.A42528@dragon.nuxi.com>
In-Reply-To: <37AD36FC.6F23@aggravator.net>; from tj on Sun, Aug 08, 1999 at 12:51:24AM -0700
References:  <37AD36FC.6F23@aggravator.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> and I type in "set USA_RESIDENT=YES"

This syntax isn't correct for any shell.
You want either
    setenv USA_RESIDENT yes
or
    USA_RESIDENT=YES ; export USA_RESIDENT
or simply
    env USA_RESIDENT=YES make

-- 
-- David    (obrien@NUXI.com  -or-  obrien@FreeBSD.org)


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




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