diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-19 13:47:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-19 13:47:09 +0000 |
commit | 2100119a9fc1ab48a46b9e3800f1ceaf2724d461 (patch) | |
tree | a190ffaefdb66cbe719b593f82a7da8ddf561e02 /emulators/suse_linux | |
parent | d93b0041944430ef562c9e6d863a008e29fa89cc (diff) | |
download | pkgsrc-2100119a9fc1ab48a46b9e3800f1ceaf2724d461.tar.gz |
Add a master site in .at.
Diffstat (limited to 'emulators/suse_linux')
-rw-r--r-- | emulators/suse_linux/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse_linux/Makefile.common b/emulators/suse_linux/Makefile.common index 0966e1fa71d..46a12da876c 100644 --- a/emulators/suse_linux/Makefile.common +++ b/emulators/suse_linux/Makefile.common @@ -1,9 +1,10 @@ -# $NetBSD: Makefile.common,v 1.9 2002/04/18 07:19:01 lukem Exp $ +# $NetBSD: Makefile.common,v 1.10 2002/04/19 13:47:09 wiz Exp $ SUSE_VERSION= 7.3 MASTER_SITE_SUSE?= ftp://ftp.suse.com/pub/suse/i386/${SUSE_VERSION}/suse/ \ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/i386/${SUSE_VERSION}/suse/ \ + ftp://gd.tuwien.ac.at/linux/suse.com/suse/i386/${SUSE_VERSION}/suse/ MASTER_SITE_SUSE_UPD= ${MASTER_SITE_SUSE:S/${SUSE_VERSION}\/suse/update\/${SUSE_VERSION}/} |