pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/MozillaFirebird provide both http and ftp fetch me...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fcf15e51d0bb
branches: trunk
changeset: 462730:fcf15e51d0bb
user: grant <grant%pkgsrc.org@localhost>
date: Sat Oct 11 04:08:26 2003 +0000
description:
provide both http and ftp fetch methods, whitespace cleanup.
diffstat:
www/MozillaFirebird/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 6d4308846fca -r fcf15e51d0bb www/MozillaFirebird/Makefile
--- a/www/MozillaFirebird/Makefile Sat Oct 11 03:43:14 2003 +0000
+++ b/www/MozillaFirebird/Makefile Sat Oct 11 04:08:26 2003 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/08/16 14:19:32 taya Exp $
+# $NetBSD: Makefile,v 1.2 2003/10/11 04:08:26 grant Exp $
MOZILLA= MozillaFirebird
MOZILLA_BIN= MozillaFirebird-bin
MOZ_VER= 0.6.1
EXTRACT_SUFX= .tar.bz2
-DISTNAME= MozillaFirebird-source-${MOZ_VER}
+DISTNAME= MozillaFirebird-source-${MOZ_VER}
#MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITES= ftp://ftp.mozilla.org/pub/firebird/releases/${MOZ_VER}/
+MASTER_SITES= http://ftp.mozilla.org/pub/firebird/releases/${MOZ_VER}/ \
+ ftp://ftp.mozilla.org/pub/firebird/releases/${MOZ_VER}/
HOMEPAGE= http://www.mozilla.org/projects/firebird/
COMMENT= Lightweight gecko-based web browser
@@ -17,4 +18,4 @@
CONFIGURE_ARGS+= --disable-mailnews
CONFIGURE_ARGS+= --disable-composer
-.include "../../www/mozilla/Makefile.common"
+.include "../../www/mozilla/Makefile.common"
Home |
Main Index |
Thread Index |
Old Index