From owner-freebsd-questions@FreeBSD.ORG Sun Apr 4 09:57:32 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 B2DA716A4CF for ; Sun, 4 Apr 2004 09:57:32 -0700 (PDT) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA0843D60 for ; Sun, 4 Apr 2004 09:57:32 -0700 (PDT) (envelope-from nullentropy@lineone.net) Received: from lineone.net (orbital.gotadsl.co.uk [81.6.215.230]) by smtp.nildram.co.uk (Postfix) with ESMTP id 5AF7F25D969; Sun, 4 Apr 2004 17:57:26 +0100 (BST) Message-ID: <40703E73.2090400@lineone.net> Date: Sun, 04 Apr 2004 17:57:23 +0100 From: Robert Downes User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040403 X-Accept-Language: en, fr, en-us MIME-Version: 1.0 To: Kris Kennaway , FreeBSD Questions References: <406FBA4D.7020104@lineone.net> <20040404082605.GA33009@xor.obsecurity.org> In-Reply-To: <20040404082605.GA33009@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: MASTER_SITE_OVERRIDE in make.conf 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: Sun, 04 Apr 2004 16:57:32 -0000 Kris Kennaway wrote: >On Sun, Apr 04, 2004 at 08:33:33AM +0100, Robert Downes wrote: > > >>My make.conf file contains the line: >> >> >>MASTER_SITE_OVERRIDE=ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/distfiles >> >It's documented in /usr/ports/Mk/bsd.port.mk, together with most of >the other port-related variables, and also in the default make.conf >file (/etc/defaults/make.conf on 4.x, >/usr/share/examples/etc/make.conf on 5.x) > > I found plenty in /usr/ports/Mk/bsd.port.mk, but neither I nor the ee search function could find anything about MASTER_SITE* in /usr/share/examples/etc/make.conf. Is my file damaged? -- Bob