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