Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2001 16:20:58 -0500
From:      Jim Mock <mij@osdn.com>
To:        Vincent D Murphy <murphyv@student.cs.ucc.ie>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: distfiles downloading
Message-ID:  <20010319162058.B4739@guinness.osdn.com>
In-Reply-To: <20010319211351.A12107@student.cs.ucc.ie>; from murphyv@student.cs.ucc.ie on Mon, Mar 19, 2001 at 09:13:51PM %2B0000
References:  <20010319211351.A12107@student.cs.ucc.ie>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 19 Mar 2001 at 21:13:51 +0000, Vincent D Murphy wrote:
> whenever i type /usr/ports/*/make install, i want to download the
> distfiles from ftp.uk.freebsd.org, not ftp.freebsd.org.
> 
> how do i make this happen?

Put the following in /etc/make.conf:

   MASTER_SITE_BACKUP?= \
      ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/

   MASTER_SITE_OVERRIDE?=${MASTER_SITE_BACKUP}

- jim

-- 
- jim mock <mij@osdn.com> - O|S|D|N - open source development network -
- http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org -

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?20010319162058.B4739>