diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
commit | 8d1905f7041773dd6073d984f6e6ccd1d712e712 (patch) | |
tree | 8893373dbfdaaedace71935e09ae9fb483090676 /russian/aspell/Makefile | |
parent | 2fdadf42a218b825a5a2242f3e99367dbffa612b (diff) |
Notes
Diffstat (limited to 'russian/aspell/Makefile')
-rw-r--r-- | russian/aspell/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/russian/aspell/Makefile b/russian/aspell/Makefile index 755b2d601b8a..bef1ea5291f4 100644 --- a/russian/aspell/Makefile +++ b/russian/aspell/Makefile @@ -6,13 +6,13 @@ # PORTNAME= aspell -CATEGORIES= russian +DISTVERSION= 6-ru-0.99f7-1 +CATEGORIES= russian textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Russian dictionary +COMMENT= Aspell Russian dictionary -MASTERDIR= ${.CURDIR}/../../textproc/aspell +DICT= ru -ASPELL_RU= da - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |