From 4be49b1a61e507ee6dc1b6b66130ebd039244e15 Mon Sep 17 00:00:00 2001 From: Christoph Moench-Tegeder Date: Mon, 9 Oct 2023 23:36:27 +0200 Subject: [PATCH] www/firefox: fix fetch they actually tagged it as build2 --- www/firefox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 6744bbe75d30..06d9fbab6bf1 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 118.0.2 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org