summaryrefslogtreecommitdiff
path: root/www/mozilla-bin
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-09 10:39:37 +0000
committergrant <grant@pkgsrc.org>2004-02-09 10:39:37 +0000
commit1876f4070a0c6a12a4d7227600ab1f70fc000578 (patch)
treebee698a933544580f751888f0d7cfe579659c683 /www/mozilla-bin
parent5e6e4e87339ea097826f2a4021775b419c7cd392 (diff)
downloadpkgsrc-1876f4070a0c6a12a4d7227600ab1f70fc000578.tar.gz
support firefox (like firebird) in MASTER_SITES.
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r--www/mozilla-bin/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common
index b15c8f4e120..e5d251a5eb3 100644
--- a/www/mozilla-bin/Makefile.common
+++ b/www/mozilla-bin/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2004/01/22 10:55:46 grant Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/02/09 10:39:37 grant Exp $
#
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
@@ -8,6 +8,9 @@ CATEGORIES= www
.if ${MOZILLA} == "MozillaFirebird"
MOZILLA_SHORT= firebird
MOZ_DIR= ${MOZ_VER}
+.elif ${MOZILLA} == "firefox"
+MOZILLA_SHORT= firefox
+MOZ_DIR= ${MOZ_VER}
.else
MOZILLA_SHORT= ${MOZILLA}
MOZ_DIR= mozilla${MOZ_VER}