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