pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/suse91_linux put identical URI parts in MAST...
details: https://anonhg.NetBSD.org/pkgsrc/rev/97ecf2ae971c
branches: trunk
changeset: 491990:97ecf2ae971c
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Sat Apr 02 20:09:29 2005 +0000
description:
put identical URI parts in MASTER_SITE_SUSE91 into variables, so it's
easier to add mirrors
diffstat:
emulators/suse91_linux/Makefile.common | 21 ++++++++++++---------
1 files changed, 12 insertions(+), 9 deletions(-)
diffs (33 lines):
diff -r 3baf0ddd8d4f -r 97ecf2ae971c emulators/suse91_linux/Makefile.common
--- a/emulators/suse91_linux/Makefile.common Sat Apr 02 19:54:01 2005 +0000
+++ b/emulators/suse91_linux/Makefile.common Sat Apr 02 20:09:29 2005 +0000
@@ -1,17 +1,20 @@
-# $NetBSD: Makefile.common,v 1.9 2005/02/09 20:25:13 tv Exp $
+# $NetBSD: Makefile.common,v 1.10 2005/04/02 20:09:29 jdolecek Exp $
SUSE_VERSION= 9.1
.include "../../emulators/suse91_linux/arch.mk"
-MASTER_SITE_SUSE91?= ftp://ftp.suse.com/pub/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \
- ftp://ftp.suse.com/pub/suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/ \
- ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \
- ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/ \
- ftp://gd.tuwien.ac.at/linux/suse.com/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \
- ftp://gd.tuwien.ac.at/linux/suse.com/suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/ \
- ftp://mirror.mcs.anl.gov/pub/ftp.suse.com/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \
- ftp://mirror.mcs.anl.gov/pub/ftp.suse.com/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/
+_SUSE_FTP_SUBDIR= suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/
+_SUSE_FTP_SUBDIR_UPD= suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/
+
+MASTER_SITE_SUSE91?= ftp://ftp.suse.com/pub/${_SUSE_FTP_SUBDIR} \
+ ftp://ftp.suse.com/pub/${_SUSE_FTP_SUBDIR_UPD} \
+ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/${_SUSE_FTP_SUBDIR} \
+ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/${_SUSE_FTP_SUBDIR_UPD} \
+ ftp://gd.tuwien.ac.at/linux/suse.com/${_SUSE_FTP_SUBDIR} \
+ ftp://gd.tuwien.ac.at/linux/suse.com/${_SUSE_FTP_SUBDIR_UPD} \
+ ftp://mirror.mcs.anl.gov/pub/${_SUSE_FTP_SUBDIR} \
+ ftp://mirror.mcs.anl.gov/pub/${_SUSE_FTP_SUBDIR_UPD}
DIST_SUBDIR?= suse${SUSE_VERSION:S/.//}/${SUSE_ARCH}
Home |
Main Index |
Thread Index |
Old Index