diff options
Diffstat (limited to 'textproc/mr-aspell/Makefile')
-rw-r--r-- | textproc/mr-aspell/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/mr-aspell/Makefile b/textproc/mr-aspell/Makefile index 0c1934114fbd..3b440396ad93 100644 --- a/textproc/mr-aspell/Makefile +++ b/textproc/mr-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= mr-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-mr-0.10-0 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Marathi dictionary +COMMENT= Aspell Marathi dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= mr -ASPELL_MR= a - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |