diff options
author | lukem <lukem@pkgsrc.org> | 2002-04-18 07:19:01 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2002-04-18 07:19:01 +0000 |
commit | 207090a67731d9fc29f28e9b3b3415326d88b1c1 (patch) | |
tree | f65effb189828286fe6719ce146c8ae4f49bb8c5 /emulators/suse_linux | |
parent | 6d5ee9b31590e0282e9e49ff9215e7604e1d1f73 (diff) | |
download | pkgsrc-207090a67731d9fc29f28e9b3b3415326d88b1c1.tar.gz |
use MASTER_SITE_SUSE?= instead of MASTER_SITE_SUSE=
Diffstat (limited to 'emulators/suse_linux')
-rw-r--r-- | emulators/suse_linux/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_linux/Makefile.common b/emulators/suse_linux/Makefile.common index a7f58c02d2a..0966e1fa71d 100644 --- a/emulators/suse_linux/Makefile.common +++ b/emulators/suse_linux/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.8 2002/04/07 13:10:16 tron Exp $ +# $NetBSD: Makefile.common,v 1.9 2002/04/18 07:19:01 lukem Exp $ SUSE_VERSION= 7.3 -MASTER_SITE_SUSE= ftp://ftp.suse.com/pub/suse/i386/${SUSE_VERSION}/suse/ \ +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/ \ MASTER_SITE_SUSE_UPD= ${MASTER_SITE_SUSE:S/${SUSE_VERSION}\/suse/update\/${SUSE_VERSION}/} |