diff options
Diffstat (limited to 'textproc/te-aspell/Makefile')
-rw-r--r-- | textproc/te-aspell/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/te-aspell/Makefile b/textproc/te-aspell/Makefile index cac80538e483..67d7053637e3 100644 --- a/textproc/te-aspell/Makefile +++ b/textproc/te-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= te-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-te-0.01-2 +CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org -COMMENT= Aspell with Telugu dictionary +COMMENT= Aspell Telugu dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= te -ASPELL_TE= avunu - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |