diff options
author | tnn <tnn@pkgsrc.org> | 2009-09-23 16:46:31 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-09-23 16:46:31 +0000 |
commit | a9cdf715181cf7224fa2c5307d6e78a8f6968165 (patch) | |
tree | c2ce38dc2c5b0a86ecc18269dca5305caadfbb75 /www/firefox/Makefile | |
parent | f5485d3c269be8840e1bf304d43b06ddaac0741b (diff) | |
download | pkgsrc-a9cdf715181cf7224fa2c5307d6e78a8f6968165.tar.gz |
- when official branding is not enabled, just call it "Browser".
- set the default start page to something more sensible.
- Bump PKGREVISION
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 96e62723f21..b50dce76ea7 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.57 2009/09/18 08:03:49 ghen Exp $ +# $NetBSD: Makefile,v 1.58 2009/09/23 16:46:31 tnn Exp $ # DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${FIREFOX_VER} FIREFOX_VER= 3.5.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.bz2 |