diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-29 15:10:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-29 15:10:12 +0800 |
commit | 157b529fbf8004a3db83475014f4cdb0b3821b7a (patch) | |
tree | f91ab1237c144bd44246bd7ac96d45345c068008 /french | |
parent | 8b145430aab9459620e0691f049a2df15bf3fe11 (diff) | |
download | freebsd-ports-gnome-157b529fbf8004a3db83475014f4cdb0b3821b7a.tar.gz freebsd-ports-gnome-157b529fbf8004a3db83475014f4cdb0b3821b7a.tar.zst freebsd-ports-gnome-157b529fbf8004a3db83475014f4cdb0b3821b7a.zip |
Remove ispell which is deprecated for long, consider using aspell instead or the aspell-ispell wrapper
french/ispell
german/ispell
german/ispell-alt
german/ispell-neu
hungarian/ispell
polish/ispell
portuguese/ispell-pt_BR
russian/rus-ispell
textproc/british-ispell
textproc/es-ispell
textproc/ispell
textproc/it-ispell
textproc/nl-ispell
textproc/sk-ispell
ukrainian/ispell
Diffstat (limited to 'french')
-rw-r--r-- | french/Makefile | 1 | ||||
-rw-r--r-- | french/ispell/Makefile | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/french/Makefile b/french/Makefile index b41d0b92dcee..b389142007e7 100644 --- a/french/Makefile +++ b/french/Makefile @@ -21,7 +21,6 @@ SUBDIR += homard SUBDIR += hunspell SUBDIR += hyphen - SUBDIR += ispell SUBDIR += jdictionary-fre-hun SUBDIR += kde4-l10n SUBDIR += libreoffice diff --git a/french/ispell/Makefile b/french/ispell/Makefile deleted file mode 100644 index 161fea44818b..000000000000 --- a/french/ispell/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# Created by: Alexander Langer <alex@big.endian.de> -# $FreeBSD$ - -MAINTAINER= office@FreeBSD.org - -ISPELL_FR= yes -PORTVERSION= 1.4 -CATEGORIES= french -MASTERDIR= ${.CURDIR}/../../textproc/ispell - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" |