diff options
Diffstat (limited to 'textproc/nl-aspell/Makefile')
-rw-r--r-- | textproc/nl-aspell/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/nl-aspell/Makefile b/textproc/nl-aspell/Makefile index 5e97a1aa336b..440bb7fb6056 100644 --- a/textproc/nl-aspell/Makefile +++ b/textproc/nl-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= nl-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -nl-0.50-2 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Dutch dictionary +COMMENT= Aspell Dutch dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= nl -ASPELL_NL= ja - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |