diff options
Diffstat (limited to 'ukrainian/aspell/Makefile')
-rw-r--r-- | ukrainian/aspell/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ukrainian/aspell/Makefile b/ukrainian/aspell/Makefile index 6431d5aaca51..23b266319905 100644 --- a/ukrainian/aspell/Makefile +++ b/ukrainian/aspell/Makefile @@ -6,13 +6,13 @@ # PORTNAME= aspell -CATEGORIES= ukrainian +DISTVERSION= 6-uk-1.1-0 +CATEGORIES= ukrainian textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Ukrainian dictionaries +COMMENT= Aspell Ukrainian dictionaries -MASTERDIR= ${.CURDIR}/../../textproc/aspell +DICT= uk -ASPELL_UK= tak - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |