summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-12-19 10:20:02 +0000
committerhubertf <hubertf@pkgsrc.org>1997-12-19 10:20:02 +0000
commit902bf5f529ea8c35f12da2e9b4382f731500c1b7 (patch)
tree29aed5c1974e3de1a8746e1a381f4a115a19f13f /mk
parent35b428f94edd89239547778a971e0f46d364c126 (diff)
downloadpkgsrc-902bf5f529ea8c35f12da2e9b4382f731500c1b7.tar.gz
Now that we have ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles,
add it to MASTER_SITE_BACKUP.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk3
-rw-r--r--mk/bsd.port.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 42168528313..c7406094ac3 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# $NetBSD: bsd.pkg.mk,v 1.24 1997/12/13 21:28:24 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.25 1997/12/19 10:20:02 hubertf Exp $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
@@ -652,6 +652,7 @@ PATCH_SITES:= ${PATCH_SITES:S/%SUBDIR%/${PATCH_SITE_SUBDIR}/}
# The primary backup site.
MASTER_SITE_BACKUP?= \
+ ftp://ftp.netbsd.org/pub/NetBSD/packages/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.
diff --git a/mk/bsd.port.mk b/mk/bsd.port.mk
index cd96542441e..cb60888a58e 100644
--- a/mk/bsd.port.mk
+++ b/mk/bsd.port.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 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.
# This file is in the public domain.
@@ -652,6 +652,7 @@ PATCH_SITES:= ${PATCH_SITES:S/%SUBDIR%/${PATCH_SITE_SUBDIR}/}
# The primary backup site.
MASTER_SITE_BACKUP?= \
+ ftp://ftp.netbsd.org/pub/NetBSD/packages/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.