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