pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/mozilla-bin fix planetmirror URL in MASTER_SITES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0de6cc3fcab
branches:  trunk
changeset: 468098:a0de6cc3fcab
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Feb 10 11:45:13 2004 +0000

description:
fix planetmirror URL in MASTER_SITES.

diffstat:

 www/mozilla-bin/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 3d2d175b6e7c -r a0de6cc3fcab www/mozilla-bin/Makefile.common
--- a/www/mozilla-bin/Makefile.common   Tue Feb 10 11:38:34 2004 +0000
+++ b/www/mozilla-bin/Makefile.common   Tue Feb 10 11:45:13 2004 +0000
@@ -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 @@
 
 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@localhost
 HOMEPAGE?=             http://www.mozilla.org/



Home | Main Index | Thread Index | Old Index