diff options
author | tnn <tnn> | 2010-03-22 09:04:49 +0000 |
---|---|---|
committer | tnn <tnn> | 2010-03-22 09:04:49 +0000 |
commit | 1acf4399574c4ab2ea168a7b03131bcbbfe7aa7f (patch) | |
tree | 59fa6e912ec7a6ad6502ab4f98ef2ab6ba73e9be /www | |
parent | 5803fc0cb61edc4ad60f315e1a4ba2bb09a23bf5 (diff) | |
download | pkgsrc-1acf4399574c4ab2ea168a7b03131bcbbfe7aa7f.tar.gz |
Fix desktop icon name (PR pkg/43036)
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 5e5abe539fa..282d822b41b 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2010/02/17 18:32:18 tnn Exp $ +# $NetBSD: Makefile,v 1.71 2010/03/22 09:04:49 tnn Exp $ .include "../../devel/xulrunner/dist.mk" PKGNAME= firefox-${FIREFOX_VER} @@ -22,10 +22,10 @@ ALL_ENV+= MOZILLA_PKG_NAME=firefox MOZILLA=firefox .if !empty(PKG_OPTIONS:Mofficial-mozilla-branding) -MOZILLA_NAME= Firefox 3.5 +MOZILLA_NAME= Firefox 3.6 MOZILLA_ICON= ${WRKSRC}/other-licenses/branding/firefox/default48.png .else -MOZILLA_NAME= Browser 3.5 +MOZILLA_NAME= Browser 3.6 MOZILLA_ICON= ${WRKSRC}/browser/branding/unofficial/default48.png .endif |