diff options
author | dd <dd@FreeBSD.org> | 2003-12-24 12:49:52 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2003-12-24 12:49:52 +0000 |
commit | 3fc12dc199475319100e037f3be85bd3976854f8 (patch) | |
tree | 8fa1da8a4ee176c548a9cdbda5d6eb577879942c /textproc/dict/Makefile | |
parent | 6179f01bb2c884928b75310294d59d0cd4430e24 (diff) | |
download | FreeBSD-ports-3fc12dc199475319100e037f3be85bd3976854f8.zip FreeBSD-ports-3fc12dc199475319100e037f3be85bd3976854f8.tar.gz |
Upgrade to 1.9.10
Submitted by: Andy Miller <andym@trit.org>
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 0e1306f..2f4d921 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 |