summaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-29 07:10:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-29 07:10:12 +0000
commitecf11e810f2c623cc9f6e0f52ddace35848e20cd (patch)
treef91ab1237c144bd44246bd7ac96d45345c068008 /german
parent- Stage support (diff)
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
Notes
Notes: svn path=/head/; revision=341681
Diffstat (limited to 'german')
-rw-r--r--german/Makefile3
-rw-r--r--german/ispell-alt/Makefile18
-rw-r--r--german/ispell-neu/Makefile19
-rw-r--r--german/ispell/Makefile21
4 files changed, 0 insertions, 61 deletions
diff --git a/german/Makefile b/german/Makefile
index ffa2e1512884..de78657435c9 100644
--- a/german/Makefile
+++ b/german/Makefile
@@ -23,9 +23,6 @@
SUBDIR += gimp-help
SUBDIR += hunspell
SUBDIR += hyphen
- SUBDIR += ispell
- SUBDIR += ispell-alt
- SUBDIR += ispell-neu
SUBDIR += jdictionary-eng-ger
SUBDIR += jdictionary-ger-hun
SUBDIR += kde4-l10n
diff --git a/german/ispell-alt/Makefile b/german/ispell-alt/Makefile
deleted file mode 100644
index ed40d790e5d8..000000000000
--- a/german/ispell-alt/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Created by: Alexander Langer <alex@big.endian.de>
-# $FreeBSD$
-
-PORTNAME= ispell
-CATEGORIES= german
-PKGNAMESUFFIX= -alt-19991219
-
-MAINTAINER= office@FreeBSD.org
-
-ISPELL_DEALT= yes
-MASTERDIR= ${.CURDIR}/../../textproc/ispell
-NO_STAGE= yes
-
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
-.include "${MASTERDIR}/Makefile"
diff --git a/german/ispell-neu/Makefile b/german/ispell-neu/Makefile
deleted file mode 100644
index 5b149bc7413b..000000000000
--- a/german/ispell-neu/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Created by: Alexander Langer <alex@big.endian.de>
-# $FreeBSD$
-
-PORTNAME= ispell
-CATEGORIES= german
-PKGNAMESUFFIX= -neu-20071211
-
-MAINTAINER= office@FreeBSD.org
-
-ISPELL_DENEU= yes
-MASTERDIR= ${.CURDIR}/../../textproc/ispell
-USES= perl5
-NO_STAGE= yes
-
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
-.include "${MASTERDIR}/Makefile"
diff --git a/german/ispell/Makefile b/german/ispell/Makefile
deleted file mode 100644
index f24613b23dc2..000000000000
--- a/german/ispell/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Alexander Langer <alex@big.endian.de>
-# $FreeBSD$
-
-PORTNAME= ispell
-CATEGORIES= german
-PKGNAMESUFFIX= -20071211
-
-MAINTAINER= office@FreeBSD.org
-
-USES= perl5
-
-ISPELL_DEALT= yes
-ISPELL_DENEU= yes
-MASTERDIR= ${.CURDIR}/../../textproc/ispell
-NO_STAGE= yes
-
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
-.include "${MASTERDIR}/Makefile"