diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-21 22:19:56 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-21 22:19:56 +0000 |
commit | c446f4ee12a957493d567bcc7d966066da8ebe4c (patch) | |
tree | b51a919869499b6402e1d4f49165b1d7fe742439 /textproc/aspell/Makefile | |
parent | 13d164aae637bcb11aa81b8b1aa56d728d603d3e (diff) | |
download | ports-c446f4ee12a957493d567bcc7d966066da8ebe4c.tar.gz ports-c446f4ee12a957493d567bcc7d966066da8ebe4c.zip |
Notes
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 5b4b1f16d420..993931e59bb9 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -6,12 +6,12 @@ # PORTNAME?= aspell -PORTVERSION= 0.60.1.1 +PORTVERSION= 0.60.2 CATEGORIES+= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= aspell -DISTFILES= aspell-0.60.1.1.tar.gz # needed for slave ports / options -EXTRACT_ONLY= aspell-0.60.1.1.tar.gz +DISTFILES= aspell-0.60.2.tar.gz # needed for slave ports / options +EXTRACT_ONLY= aspell-0.60.2.tar.gz MAINTAINER?= thierry@FreeBSD.org COMMENT?= Spelling checker with better suggestion logic than ispell @@ -36,7 +36,7 @@ USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} -VERINST= ${PORTVERSION:R:R} +VERINST= ${PORTVERSION:R} PLIST_SUB= VER=${VERINST} .if defined(WITH_ISPELL) |