diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-29 07:10:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-29 07:10:12 +0000 |
commit | ecf11e810f2c623cc9f6e0f52ddace35848e20cd (patch) | |
tree | f91ab1237c144bd44246bd7ac96d45345c068008 /german | |
parent | 15056e10f46a6b21d52ba2a80f352a215b3123d2 (diff) |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/Makefile | 3 | ||||
-rw-r--r-- | german/ispell-alt/Makefile | 18 | ||||
-rw-r--r-- | german/ispell-neu/Makefile | 19 | ||||
-rw-r--r-- | german/ispell/Makefile | 21 |
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" |