aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-07-31 21:20:37 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-07-31 21:20:43 +0000
commit182015786a352805aab649c3a44368045d8cfd9e (patch)
treea3b78a812efdf07dc2fc1583ee8f691e5b72cc18
parent85dd9991f412bfc14c504310830e38fd1014b50d (diff)
downloadports-182015786a352805aab649c3a44368045d8cfd9e.tar.gz
ports-182015786a352805aab649c3a44368045d8cfd9e.zip
devel/binutils: Add GNU to MASTER_SITES
GNU mirrors also hosts binutils and as there are a lot more of those set GNU as primary alias and fallback to SOURCEWARE Reference: https://lists.gnu.org/archive/html/info-gnu/2023-07/msg00009.html Approved by: portmgr (blanket)
-rw-r--r--devel/binutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile
index 0530c4bbc988..76158eca0d44 100644
--- a/devel/binutils/Makefile
+++ b/devel/binutils/Makefile
@@ -3,7 +3,8 @@ DISTVERSION= 2.40
PORTREVISION= 4
PORTEPOCH?= 1
CATEGORIES?= devel
-MASTER_SITES= SOURCEWARE/binutils/releases
+MASTER_SITES= GNU \
+ SOURCEWARE/binutils/releases
MAINTAINER?= cy@FreeBSD.org
COMMENT?= GNU binary tools