diff options
Diffstat (limited to 'devel/bnf/Makefile')
-rw-r--r-- | devel/bnf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bnf/Makefile b/devel/bnf/Makefile index 4823030..504d304 100644 --- a/devel/bnf/Makefile +++ b/devel/bnf/Makefile @@ -8,7 +8,8 @@ PORTNAME= bnf PORTVERSION= 1.6.9 CATEGORIES= devel -MASTER_SITES= http://savannah.nongnu.org/download/bnf/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Generate C parser given a grammar in BNF notation |