aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-04-06 08:05:11 +0800
committeredwin <edwin@FreeBSD.org>2006-04-06 08:05:11 +0800
commit7c35d6858bc5f557830a07c831b7c879d81a42cc (patch)
tree4aae059e9af60842571a62b848995339fe291365 /devel
parent7df5cbd0dd6a62d1f84d0adaab52f97243d9c5cd (diff)
downloadfreebsd-ports-gnome-7c35d6858bc5f557830a07c831b7c879d81a42cc.tar.gz
freebsd-ports-gnome-7c35d6858bc5f557830a07c831b7c879d81a42cc.tar.zst
freebsd-ports-gnome-7c35d6858bc5f557830a07c831b7c879d81a42cc.zip
devel/bnf: update distfile mirrors
Remove dead mirror and add some new mirrors PR: ports/95373 Submitted by: Lars Engels <lars.engels@0x20.net>
Diffstat (limited to 'devel')
-rw-r--r--devel/bnf/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/bnf/Makefile b/devel/bnf/Makefile
index 4641d8760e33..66750fe162cd 100644
--- a/devel/bnf/Makefile
+++ b/devel/bnf/Makefile
@@ -9,8 +9,11 @@ PORTNAME= bnf
PORTVERSION= 1.6.9
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= http://ftp.dkuug.dk/gnu/ftp/savannah/files/bnf/ \
+ http://gnu.rtin.bz/ftp/savannah/files/bnf/ \
+ http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/bnf/ \
+ http://mirrors.dotsrc.org/ftp.gnu.org/savannah/files/bnf/ \
+ http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/savannah/files/bnf/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generate C parser given a grammar in BNF notation