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