diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-06 00:05:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-06 00:05:11 +0000 |
commit | ac72d666a3e862162861dbd3fb63913eaaed34b3 (patch) | |
tree | 972c1b213124bac690a94f6c2e15b4d08a763b42 /devel/bnf | |
parent | 1ab3a2fc560edbf4d7e3e37536fd5d5847e5295d (diff) | |
download | ports-ac72d666a3e862162861dbd3fb63913eaaed34b3.tar.gz ports-ac72d666a3e862162861dbd3fb63913eaaed34b3.zip |
Notes
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 |