diff options
author | wiz <wiz@pkgsrc.org> | 2004-02-12 09:41:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-02-12 09:41:44 +0000 |
commit | 75fc2feb00362e2b1bba59b14a308666f61e0c70 (patch) | |
tree | f1a2f1fbbf2542f8268e68e0a63e4b57ade36d29 /www | |
parent | 2ee656decfe3844e3389927de53dbe6ff4a2c3c9 (diff) | |
download | pkgsrc-75fc2feb00362e2b1bba59b14a308666f61e0c70.tar.gz |
Add ftp.tuwien.ac.at location to mastersites.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-bin/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common index 3ee3f452ac3..d4c357ca245 100644 --- a/www/mozilla-bin/Makefile.common +++ b/www/mozilla-bin/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2004/02/10 11:45:13 grant Exp $ +# $NetBSD: Makefile.common,v 1.12 2004/02/12 09:41:44 wiz Exp $ # DISTNAME= # see Makefile.${OPSYS}.${ARCH} @@ -19,7 +19,8 @@ MOZ_DIR= ${MOZ_VER} MASTER_SITES?= http://ftp.mozilla.org/pub/mozilla.org/${MOZILLA_SHORT}/releases/${MOZ_DIR}/${MOZ_CONTRIB} \ ftp://ftp.mozilla.org/pub/mozilla.org/${MOZILLA_SHORT}/releases/${MOZ_DIR}/${MOZ_CONTRIB} \ http://public.planetmirror.com.au/pub/${MOZILLA_SHORT}/releases/${MOZ_DIR}/${MOZ_CONTRIB} \ - ftp://public.planetmirror.com.au/pub/${MOZILLA_SHORT}/releases/${MOZ_DIR}/${MOZ_CONTRIB} + ftp://public.planetmirror.com.au/pub/${MOZILLA_SHORT}/releases/${MOZ_DIR}/${MOZ_CONTRIB} \ + ftp://ftp.tuwien.ac.at/infosys/browsers/${MOZILLA_SHORT}/releases/${MOZ_DIR}/${MOZ_CONTRIB} MAINTAINER= grant@NetBSD.org HOMEPAGE?= http://www.mozilla.org/ |