summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant>2004-02-09 10:39:37 +0000
committergrant <grant>2004-02-09 10:39:37 +0000
commit0681685d12f589486a09a98825a566d21dcb32d4 (patch)
treebee698a933544580f751888f0d7cfe579659c683 /www
parent17aafd248d1b073dab8825d6a777c13e6ed4f6fe (diff)
downloadpkgsrc-0681685d12f589486a09a98825a566d21dcb32d4.tar.gz
support firefox (like firebird) in MASTER_SITES.
Diffstat (limited to 'www')
-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}