diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/ooodict-hu_HU/Makefile | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/editors/Makefile b/editors/Makefile index a61d6b032185..a2358460c7b1 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -114,7 +114,6 @@ SUBDIR += ooodict-en_US SUBDIR += ooodict-es_ES SUBDIR += ooodict-hr_HR - SUBDIR += ooodict-hu_HU SUBDIR += ooodict-it_IT SUBDIR += ooodict-nl_NL SUBDIR += ooodict-sk_SK diff --git a/editors/ooodict-hu_HU/Makefile b/editors/ooodict-hu_HU/Makefile deleted file mode 100644 index 95b011f2b24a..000000000000 --- a/editors/ooodict-hu_HU/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: -# OpenOffice.org Spell Checking Dictionary -# for Hungarian (Hungary) -# Date created: Tue Aug 10 24:00:00 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= Hungarian (Hungary) Myspell dictionary for OpenOffice.org - -LANGPREFIX= hu -LANGSUFFIX= HU -LANGDIST+= hu_HU.zip -MASTERDIR= ${.CURDIR}/../ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice-1.0 - -.include "${MASTERDIR}/Makefile" |