pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/mozilla-bin we only need the MASTER_SITES special ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e03738fbe9b2
branches:  trunk
changeset: 468095:e03738fbe9b2
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Feb 10 11:06:25 2004 +0000

description:
we only need the MASTER_SITES special case for Firebird and Mozilla.

diffstat:

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

diffs (26 lines):

diff -r 075830c1fb4a -r e03738fbe9b2 www/mozilla-bin/Makefile.common
--- a/www/mozilla-bin/Makefile.common   Tue Feb 10 11:02:56 2004 +0000
+++ b/www/mozilla-bin/Makefile.common   Tue Feb 10 11:06:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/02/09 10:48:48 grant Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/02/10 11:06:25 grant Exp $
 #
 
 DISTNAME=              # see Makefile.${OPSYS}.${ARCH}
@@ -8,12 +8,12 @@
 .if ${MOZILLA} == "MozillaFirebird"
 MOZILLA_SHORT=         firebird
 MOZ_DIR=               ${MOZ_VER}
-.elif ${MOZILLA} == "firefox"
-MOZILLA_SHORT=         firefox
-MOZ_DIR=               ${MOZ_VER}
+.elif ${MOZILLA} == "mozilla"
+MOZILLA_SHORT=         ${MOZILLA}
+MOZ_DIR=               mozilla${MOZ_VER}
 .else
 MOZILLA_SHORT=         ${MOZILLA}
-MOZ_DIR=               mozilla${MOZ_VER}
+MOZ_DIR=               ${MOZ_VER}
 .endif
 
 MASTER_SITES?=         http://ftp.mozilla.org/pub/mozilla.org/${MOZILLA_SHORT}/releases/${MOZ_DIR}/${MOZ_CONTRIB} \



Home | Main Index | Thread Index | Old Index