diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-11-01 04:32:16 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-11-01 04:32:16 +0000 |
commit | d7aef6b626d160f8b672b708de13235383dff2ce (patch) | |
tree | 4b5350b58a5f74f3aec6925238fb88a9afcc7fc1 /german | |
parent | 648578d92576a74736ea744518bfaae0faab65d0 (diff) | |
download | ports-d7aef6b626d160f8b672b708de13235383dff2ce.tar.gz ports-d7aef6b626d160f8b672b708de13235383dff2ce.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/Makefile | 3 | ||||
-rw-r--r-- | german/ooodict-de_AT/Makefile | 19 | ||||
-rw-r--r-- | german/ooodict-de_CH/Makefile | 20 | ||||
-rw-r--r-- | german/ooodict-de_DE/Makefile | 23 |
4 files changed, 0 insertions, 65 deletions
diff --git a/german/Makefile b/german/Makefile index 97f67ecdf082..e3d0433c8aac 100644 --- a/german/Makefile +++ b/german/Makefile @@ -21,9 +21,6 @@ SUBDIR += ksteak SUBDIR += linux-eagle SUBDIR += manpages - SUBDIR += ooodict-de_AT - SUBDIR += ooodict-de_CH - SUBDIR += ooodict-de_DE SUBDIR += phone SUBDIR += php_doc SUBDIR += schwobifyer diff --git a/german/ooodict-de_AT/Makefile b/german/ooodict-de_AT/Makefile deleted file mode 100644 index da4fa45256e6..000000000000 --- a/german/ooodict-de_AT/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: -# OpenOffice.org Spell Checking Dictionary -# for German (Austria) -# Date created: Tue Aug 10 24:00:00 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= German (Austria) MySpell dictionary for OpenOffice.org -CATEGORIES= german - -LANGPREFIX= de -LANGSUFFIX= AT -LANGDIST+= de_AT.zip -MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 - -.include "${MASTERDIR}/Makefile" diff --git a/german/ooodict-de_CH/Makefile b/german/ooodict-de_CH/Makefile deleted file mode 100644 index b1fd3207771b..000000000000 --- a/german/ooodict-de_CH/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: -# OpenOffice.org Spell Checking Dictionary -# for German (Switzerland) -# Date created: Tue Aug 10 24:00:00 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= German (Switzerland) MySpell dictionary for OpenOffice.org -CATEGORIES= german - -LANGPREFIX= de -LANGSUFFIX= CH -LANGDIST+= de_CH.zip -HYPHDIST+= hyph_de_CH.zip -MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 - -.include "${MASTERDIR}/Makefile" diff --git a/german/ooodict-de_DE/Makefile b/german/ooodict-de_DE/Makefile deleted file mode 100644 index aa8a95333114..000000000000 --- a/german/ooodict-de_DE/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: -# OpenOffice.org Spell Checking Dictionary -# for German (Germany) and German (Austria) -# Date created: Tue Aug 10 24:00:00 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= German (Germany) MySpell dictionary for OpenOffice.org -CATEGORIES= german - -LANGPREFIX= de -LANGSUFFIX= DE -LANGDIST+= de_DE.zip -HYPHDIST+= hyph_de_DE.zip -THESDIST+= thes_de_DE.zip -MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 - -BROKEN= Incorrect pkg-plist - -.include "${MASTERDIR}/Makefile" |