aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Filla <freebsd@sysctl.cz>2026-01-10 11:34:05 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2026-01-10 11:35:30 +0000
commit870f0296cd2596b6448b36466df62a89fd359f05 (patch)
treecf754bfcebe6f5cc79b1f4c218b1e1ad694edd58
parent498071ff2ca4f1195575daf38631188bb139d72a (diff)
www/tor-browser: Fix icons and branding
-rw-r--r--www/tor-browser/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile
index de68b37489f5..a549d80282fb 100644
--- a/www/tor-browser/Makefile
+++ b/www/tor-browser/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tor-browser
DISTVERSION= 16.0a1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www net security wayland
TAG_BASE= d366318349af0977ff23b492fa87e436e8672fdd
TAG_TOR= 45b67d3be52f79e8a4b361fd04ab12f342ab0016
@@ -81,13 +81,12 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//}
MOZ_EXPORT= MOZ_TELEMETRY_REPORTING="" \
MOZILLA_OFFICIAL="1" \
- MOZ_OFFICIAL_BRANDING="1" \
MOZ_APP_DISPLAYNAME="Tor Browser" \
MOZ_APP_NAME="tor-browser" \
+ MOZ_BRANDING_DIRECTORY="browser/branding/tb-release" \
MOZ_CHROME_MULTILOCALE="${LOCALES}"
MOZ_OPTIONS= --with-base-browser-version=${DISTVERSION} \
- --enable-official-branding \
--enable-optimize \
--enable-bundled-fonts \
--disable-tests \