From 0874fa9321e975b5840302be8dcdd3c1c727af07 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 26 Jan 2011 17:02:54 +0000 Subject: [PATCH] add minix3.org pkgsrc mirror as backup source --- etc/pkgsrc.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/pkgsrc.conf b/etc/pkgsrc.conf index 0a24032eb..b73efdef7 100644 --- a/etc/pkgsrc.conf +++ b/etc/pkgsrc.conf @@ -49,4 +49,9 @@ BINUTILS_PROGRAM_PREFIX= # where to keep binary packages PACKAGES=${PKGSRCDIR}/packages/${OS_VERSION}/${MACHINE_ARCH} +# minix3 local source archives and source archive backup +SITE_MINIX=http://www.minix3.org/ +MASTER_SITE_MINIX=${SITE_MINIX}/distfiles-minix/ +MASTER_SITE_BACKUP=${SITE_MINIX}/distfiles-backup/ + .endif # end pkgsrc settings -- 2.44.0