summaryrefslogtreecommitdiff
path: root/www/mozilla-bin
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-10 11:06:25 +0000
committergrant <grant@pkgsrc.org>2004-02-10 11:06:25 +0000
commit9e165ae9fa0b00d9063e3c45b63e00e1201c674d (patch)
tree858b9bdad8e1ae0391eb09aafc0bb9c9f4cee151 /www/mozilla-bin
parentc7ec20f810ad12a7b58c863b996400a9fb5c4970 (diff)
downloadpkgsrc-9e165ae9fa0b00d9063e3c45b63e00e1201c674d.tar.gz
we only need the MASTER_SITES special case for Firebird and Mozilla.
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r--www/mozilla-bin/Makefile.common10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common
index 77a73b99ac4..30731a29ce1 100644
--- a/www/mozilla-bin/Makefile.common
+++ b/www/mozilla-bin/Makefile.common
@@ -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 @@ CATEGORIES= www
.if ${MOZILLA} == "MozillaFirebird"
MOZILLA_SHORT= firebird
MOZ_DIR= ${MOZ_VER}
-.elif ${MOZILLA} == "firefox"
-MOZILLA_SHORT= firefox
-MOZ_DIR= ${MOZ_VER}
-.else
+.elif ${MOZILLA} == "mozilla"
MOZILLA_SHORT= ${MOZILLA}
MOZ_DIR= mozilla${MOZ_VER}
+.else
+MOZILLA_SHORT= ${MOZILLA}
+MOZ_DIR= ${MOZ_VER}
.endif
MASTER_SITES?= http://ftp.mozilla.org/pub/mozilla.org/${MOZILLA_SHORT}/releases/${MOZ_DIR}/${MOZ_CONTRIB} \