From owner-cvs-share Mon Jul 24 01:02:18 1995 Return-Path: cvs-share-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id BAA09805 for cvs-share-outgoing; Mon, 24 Jul 1995 01:02:18 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id BAA09792 ; Mon, 24 Jul 1995 01:02:11 -0700 Date: Mon, 24 Jul 1995 01:02:11 -0700 From: Satoshi Asami Message-Id: <199507240802.BAA09792@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: cvs-share-owner@freebsd.org Precedence: bulk asami 95/07/24 01:02:10 Modified: share/mk bsd.port.mk Log: Let MASTER_SITE_OVERRIDE be prepended to the MASTER_SITES list instead of replacing it. This way you can point it to a site close to you that carries many distfiles, and still let it go fetch from the original site if the distfile is not there. Original idea by: mmead@Glock.COM