summaryrefslogtreecommitdiff
path: root/www/mozilla-bin
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-10 11:45:13 +0000
committergrant <grant@pkgsrc.org>2004-02-10 11:45:13 +0000
commiteabe046d56164589ca8407591c6011af8ac7c2b3 (patch)
tree9a2428429225594fc912e06beaa0863b1491929b /www/mozilla-bin
parent12f7031bc9d36d253e77f162cd66e94b2d649594 (diff)
downloadpkgsrc-eabe046d56164589ca8407591c6011af8ac7c2b3.tar.gz
fix planetmirror URL in MASTER_SITES.
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r--www/mozilla-bin/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common
index 30731a29ce1..3ee3f452ac3 100644
--- a/www/mozilla-bin/Makefile.common
+++ b/www/mozilla-bin/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2004/02/10 11:06:25 grant Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/02/10 11:45:13 grant Exp $
#
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
@@ -18,8 +18,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.org/${MOZILLA_SHORT}/releases/${MOZ_DIR}/${MOZ_CONTRIB} \
- ftp://public.planetmirror.com.au/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}
MAINTAINER= grant@NetBSD.org
HOMEPAGE?= http://www.mozilla.org/