diff options
Diffstat (limited to 'hungarian/aspell/Makefile')
-rw-r--r-- | hungarian/aspell/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hungarian/aspell/Makefile b/hungarian/aspell/Makefile index b87e3b9b8b5f..7cea5b07f332 100644 --- a/hungarian/aspell/Makefile +++ b/hungarian/aspell/Makefile @@ -6,13 +6,13 @@ # PORTNAME= aspell -CATEGORIES= hungarian +DISTVERSION= 6-hu-0.99.4.2-0 +CATEGORIES= hungarian textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Hungarian dictionaries +COMMENT= Aspell Hungarian dictionaries -MASTERDIR= ${.CURDIR}/../../textproc/aspell +DICT= hu -ASPELL_HU= igen - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |