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