From owner-freebsd-questions@FreeBSD.ORG Tue Mar 9 13:29:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1950316A4CE for ; Tue, 9 Mar 2004 13:29:41 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id E466A43D1F for ; Tue, 9 Mar 2004 13:29:40 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (731195801e6cb07793f1acf384d713fb@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203])i29LTdjd009752; Tue, 9 Mar 2004 15:29:40 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 42E89511D7; Tue, 9 Mar 2004 13:29:39 -0800 (PST) Date: Tue, 9 Mar 2004 13:29:39 -0800 From: Kris Kennaway To: Drew Tomlinson Message-ID: <20040309212939.GA73681@xor.obsecurity.org> References: <404DEE2F.3080909@mykitchentable.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline In-Reply-To: <404DEE2F.3080909@mykitchentable.net> User-Agent: Mutt/1.4.2.1i cc: FreeBSD Questions Subject: Re: How To Set PKG_PATH? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 21:29:41 -0000 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 09, 2004 at 08:17:51AM -0800, Drew Tomlinson wrote: > Sorry if this has been covered before but I have not been able to find=20 > the answer. Where do I set PKG_PATH so portupgrade will install=20 > packages from a local drive instead of attempting to 'fetch'? I tried=20 > adding 'PKG_PATH=3D/usr/ports/packages' to /etc/make.conf but that doesn'= t=20 > work. Portupgrade still tries to 'fetch'? It's an environment variable, set it in your environment :-) Typically this is done in a script read by your shell at login time: ~/.cshrc or ~/.tcshrc for csh or tcsh, ~/.profile for sh. Kris --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFATjdCWry0BWjoQKURAsiUAJ9LTKGwLSSInH8HTPw/tZim75wIPwCg/OsF g0oFYUdu6s7+JXfwCy02tXE= =Z+OR -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0--