diff options
Diffstat (limited to 'textproc/nb-aspell/Makefile')
-rw-r--r-- | textproc/nb-aspell/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/nb-aspell/Makefile b/textproc/nb-aspell/Makefile index 0b974437ae32..537f92da3f22 100644 --- a/textproc/nb-aspell/Makefile +++ b/textproc/nb-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= nb-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -nb-0.50.1-0 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Norwegian Bokmal dictionary +COMMENT= Aspell Norwegian Bokmal dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= nb -ASPELL_NB= ja - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |