diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 10:34:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 10:34:05 +0000 |
commit | 3734d753941d8b4d182771ecf564fa63f0ca0f26 (patch) | |
tree | c2c8c69b282558c36470e94e417ade71f87f0d58 /mk | |
parent | 802e063f4fdcebaf60e37af825333e8df5170a4e (diff) | |
download | pkgsrc-3734d753941d8b4d182771ecf564fa63f0ca0f26.tar.gz |
Add another mirror to MASTER_SITE_SUSE, needed for emulators/suse_x11
package.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index f6aed56fe75..bd61877d012 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1385 2004/02/10 22:33:47 jlam Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1386 2004/02/11 10:34:05 xtraeme Exp $ # # This file is in the public domain. # @@ -1061,6 +1061,7 @@ MASTER_SITE_SOURCEFORGE+= \ ftp://ftp.tuwien.ac.at/linux/sourceforge/ MASTER_SITE_SUSE+= \ + http://altruistic.lbl.gov/mirrors/suse/${MACHINE_ARCH}/${SUSE_VERSION}/suse/ \ ftp://rpmfind.net/linux/SuSE-Linux/${MACHINE_ARCH}/update/${SUSE_VERSION}/ \ ftp://fr.rpmfind.net/linux/SuSE-Linux/${MACHINE_ARCH}/update/${SUSE_VERSION}/ \ ftp://fr2.rpmfind.net/linux/SuSE-Linux/${MACHINE_ARCH}/update/${SUSE_VERSION}/ \ |