pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/mozilla-bin support firefox (like firebird) in MAS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/87a6253b0c25
branches: trunk
changeset: 467989:87a6253b0c25
user: grant <grant%pkgsrc.org@localhost>
date: Mon Feb 09 10:39:37 2004 +0000
description:
support firefox (like firebird) in MASTER_SITES.
diffstat:
www/mozilla-bin/Makefile.common | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r dbc31ef75353 -r 87a6253b0c25 www/mozilla-bin/Makefile.common
--- a/www/mozilla-bin/Makefile.common Mon Feb 09 10:38:25 2004 +0000
+++ b/www/mozilla-bin/Makefile.common Mon Feb 09 10:39:37 2004 +0000
@@ -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 @@
.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}
Home |
Main Index |
Thread Index |
Old Index