diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-10-18 01:32:44 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-10-18 01:32:44 +0000 |
commit | 9db7017f29fd37934fc6784681b6c9d50880b6f3 (patch) | |
tree | 939e7613b0869a02e6cf2916cbe7297174de06d7 /textproc/aspell/Makefile | |
parent | 7e20f5a78c73bc90fd4d6b74074325a323b1145e (diff) | |
download | ports-9db7017f29fd37934fc6784681b6c9d50880b6f3.tar.gz ports-9db7017f29fd37934fc6784681b6c9d50880b6f3.zip |
Notes
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index e9441e1eb46b..0d8174a799ec 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -6,12 +6,13 @@ # PORTNAME?= aspell -PORTVERSION= 0.50.4 +PORTVERSION= 0.50.4.1 CATEGORIES+= textproc -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= http://aspell.net/ \ + ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= aspell -DISTFILES= aspell-0.50.4.tar.gz # needed for slave ports / options -EXTRACT_ONLY= aspell-0.50.4.tar.gz +DISTFILES= aspell-0.50.4.1.tar.gz # needed for slave ports / options +EXTRACT_ONLY= aspell-0.50.4.1.tar.gz MAINTAINER?= thierry@pompo.net COMMENT?= Spelling checker with better suggestion logic than ispell |