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