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 | |
parent | 02da8d0611ad751984a1249916d9dd7437793ebd (diff) | |
download | ports-594bafc6a4ee6dd5e0234678904bde3023d67ec7.tar.gz ports-594bafc6a4ee6dd5e0234678904bde3023d67ec7.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 2 | ||||
-rw-r--r-- | textproc/nn-aspell/Makefile | 6 | ||||
-rw-r--r-- | textproc/nn-aspell/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/no-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/no-aspell/pkg-descr | 6 |
5 files changed, 6 insertions, 29 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 679ccf325978..a2ee22c3bd8a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -203,7 +203,7 @@ SUBDIR += nl-aspell SUBDIR += nl-ispell SUBDIR += nltk - SUBDIR += no-aspell + SUBDIR += nn-aspell SUBDIR += ocaml-pxp SUBDIR += ocaml-yaxi SUBDIR += ocaml-yaxpo 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" diff --git a/textproc/nn-aspell/pkg-descr b/textproc/nn-aspell/pkg-descr index a038fc4bf1cb..0c7f5b9e49c0 100644 --- a/textproc/nn-aspell/pkg-descr +++ b/textproc/nn-aspell/pkg-descr @@ -1,6 +1,6 @@ -Aspell with Norwegian dictionary. +Aspell with Norwegian Nynorsk dictionary. Note: if you build from ports, prefer textproc/aspell, it will let you select dictionaries for several languages. -WWW: http://folk.uio.no/runekl/dictionary.html +WWW: http://aspell.net/ diff --git a/textproc/no-aspell/Makefile b/textproc/no-aspell/Makefile deleted file mode 100644 index ba77c31fd092..000000000000 --- a/textproc/no-aspell/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: no-aspell -# Date created: 2 September 2002 -# Whom: Thierry Thomas <thierry@pompo.net> -# -# $FreeBSD$ -# - -PORTNAME= no-aspell - -MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Norwegian dictionary - -MASTERDIR= ${.CURDIR}/../aspell - -ASPELL_NO= ja - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/no-aspell/pkg-descr b/textproc/no-aspell/pkg-descr deleted file mode 100644 index a038fc4bf1cb..000000000000 --- a/textproc/no-aspell/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Aspell with Norwegian dictionary. - -Note: if you build from ports, prefer textproc/aspell, it will let you - select dictionaries for several languages. - -WWW: http://folk.uio.no/runekl/dictionary.html |