diff options
author | kamil <kamil@pkgsrc.org> | 2018-03-21 22:50:10 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2018-03-21 22:50:10 +0000 |
commit | 714db59fd5902b8288ca4506ec5581b9065e5002 (patch) | |
tree | 46da7d2dd655586e5135e21edd3ce02e344fd4a8 /emulators | |
parent | 4d64275cc5ecb85fc8c499e64a49512e65c5c00b (diff) | |
download | pkgsrc-714db59fd5902b8288ca4506ec5581b9065e5002.tar.gz |
suse131_linux: Switch location of packages to NetBSD's backup
Upstream one is no longer easily accessible and moved to attic.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse131_linux/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse131_linux/Makefile.common b/emulators/suse131_linux/Makefile.common index f088620c7dd..1de90d18cea 100644 --- a/emulators/suse131_linux/Makefile.common +++ b/emulators/suse131_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2017/09/04 18:08:23 wiz Exp $ +# $NetBSD: Makefile.common,v 1.20 2018/03/21 22:50:10 kamil Exp $ # # used by emulators/suse131_alsa/Makefile # used by emulators/suse131_aspell/Makefile @@ -77,10 +77,10 @@ _SUSE_FTP_SUBDIR= distribution/${SUSE_VERSION}/repo/oss/suse/ _SUSE_FTP_SUBDIR_UPD= update/${SUSE_VERSION}/ MASTER_SITE_SUSE_${SUSE_VERSION}= \ - ftp://mirrors.kernel.org/opensuse/${_SUSE_FTP_SUBDIR} + ${MASTER_SITE_BACKUP} MASTER_SITE_SUSE_${SUSE_VERSION}_UPD= \ - ftp://mirrors.kernel.org/opensuse/${_SUSE_FTP_SUBDIR} + ${MASTER_SITE_BACKUP} MASTER_SITES?= ${MASTER_SITE_SUSE_${SUSE_VERSION}}/${SUSE_ARCH}/ DIST_SUBDIR?= suse${SUSE_VERSION:S/.//} |