diff options
Diffstat (limited to 'textproc/dict/Makefile')
-rw-r--r-- | textproc/dict/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 0e1306f89e7b..2f4d921c4c98 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -7,10 +7,11 @@ # PORTNAME= dict -PORTVERSION= 1.9.7 +PORTVERSION= 1.9.10 PORTREVISION= 0 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.dict.org/pub/dict/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= dict DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= dd@FreeBSD.org |