diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/ooodict-hu_HU/Makefile | 18 | ||||
-rw-r--r-- | hungarian/Makefile | 1 | ||||
-rw-r--r-- | hungarian/ooodict/Makefile | 4 |
5 files changed, 5 insertions, 20 deletions
@@ -751,3 +751,4 @@ lang/fpl||2004-01-10|Distfiles and maintainer dispappeared lang/ghc6|lang/ghc|2004-01-15|Make 6.x default version net/nttcp|benchmarks/nttcp|2004-01-16|Moved to right category net/ttcp|benchmarks/ttcp|2004-01-16|Moved to right category +editors/ooodict-hu_HU|hungarian/ooodict|2004-01-16|Moved to right category 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" diff --git a/hungarian/Makefile b/hungarian/Makefile index aadf911f6b17..8f2b973878f2 100644 --- a/hungarian/Makefile +++ b/hungarian/Makefile @@ -4,6 +4,7 @@ SUBDIR += jdictionary-eng-hun-expr SUBDIR += jdictionary-eng-hun SUBDIR += kde3-i18n + SUBDIR += ooodict SUBDIR += hu-phone SUBDIR += hu-zipcodes SUBDIR += ispell diff --git a/hungarian/ooodict/Makefile b/hungarian/ooodict/Makefile index 95b011f2b24a..bc7eb06999f3 100644 --- a/hungarian/ooodict/Makefile +++ b/hungarian/ooodict/Makefile @@ -9,10 +9,12 @@ COMMENT= Hungarian (Hungary) Myspell dictionary for OpenOffice.org +CATEGORIES= hungarian + LANGPREFIX= hu LANGSUFFIX= HU LANGDIST+= hu_HU.zip -MASTERDIR= ${.CURDIR}/../ooodict-all +MASTERDIR= ${.CURDIR}/../../editors/ooodict-all RDEP= ${PORTSDIR}/editors/openoffice-1.0 .include "${MASTERDIR}/Makefile" |