diff options
author | tnn <tnn> | 2010-03-22 09:04:49 +0000 |
---|---|---|
committer | tnn <tnn> | 2010-03-22 09:04:49 +0000 |
commit | 7c3a84a1f300d56da24862c60b72af015e2416e4 (patch) | |
tree | 59fa6e912ec7a6ad6502ab4f98ef2ab6ba73e9be /www | |
parent | 562b1f6979c5e8eb8d9ad80561e44d39c0119326 (diff) | |
download | pkgsrc-7c3a84a1f300d56da24862c60b72af015e2416e4.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 |