diff options
Diffstat (limited to 'devel/bnf')
-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 |