diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-01 17:39:56 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-01 17:39:56 +0000 |
commit | 594bafc6a4ee6dd5e0234678904bde3023d67ec7 (patch) | |
tree | 64d3d5307e5f7fd1ec1cd1a016d75404023869f3 /textproc/nn-aspell/Makefile | |
parent | 02da8d0611ad751984a1249916d9dd7437793ebd (diff) | |
download | ports-594bafc6a4ee6dd5e0234678904bde3023d67ec7.tar.gz ports-594bafc6a4ee6dd5e0234678904bde3023d67ec7.zip |
Notes
Diffstat (limited to 'textproc/nn-aspell/Makefile')
-rw-r--r-- | textproc/nn-aspell/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/nn-aspell/Makefile b/textproc/nn-aspell/Makefile index ba77c31fd092..4dd91c34b9b6 100644 --- a/textproc/nn-aspell/Makefile +++ b/textproc/nn-aspell/Makefile @@ -5,13 +5,13 @@ # $FreeBSD$ # -PORTNAME= no-aspell +PORTNAME= nn-aspell MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Norwegian dictionary +COMMENT= Aspell with Norwegian Nynorsk dictionary MASTERDIR= ${.CURDIR}/../aspell -ASPELL_NO= ja +ASPELL_NN= ja .include "${MASTERDIR}/Makefile" |