diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-06 08:05:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-06 08:05:11 +0800 |
commit | 7c35d6858bc5f557830a07c831b7c879d81a42cc (patch) | |
tree | 4aae059e9af60842571a62b848995339fe291365 /devel | |
parent | 7df5cbd0dd6a62d1f84d0adaab52f97243d9c5cd (diff) | |
download | freebsd-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/Makefile | 7 |
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 |