Now that we have ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles,
add it to MASTER_SITE_BACKUP.
This commit is contained in:
parent
8beed703a9
commit
320012817f
|
@ -1,7 +1,7 @@
|
||||||
#-*- mode: Fundamental; tab-width: 4; -*-
|
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||||
# ex:ts=4
|
# ex:ts=4
|
||||||
#
|
#
|
||||||
# $NetBSD: bsd.port.mk,v 1.24 1997/12/13 21:28:24 hubertf Exp $
|
# $NetBSD: bsd.port.mk,v 1.25 1997/12/19 10:20:02 hubertf Exp $
|
||||||
#
|
#
|
||||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||||
# This file is in the public domain.
|
# This file is in the public domain.
|
||||||
|
@ -652,6 +652,7 @@ PATCH_SITES:= ${PATCH_SITES:S/%SUBDIR%/${PATCH_SITE_SUBDIR}/}
|
||||||
|
|
||||||
# The primary backup site.
|
# The primary backup site.
|
||||||
MASTER_SITE_BACKUP?= \
|
MASTER_SITE_BACKUP?= \
|
||||||
|
ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}/ \
|
||||||
ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/
|
ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/
|
||||||
|
|
||||||
# If the user has this set, go to the FreeBSD repository for everything.
|
# If the user has this set, go to the FreeBSD repository for everything.
|
||||||
|
|
Loading…
Reference in New Issue