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 /hungarian | |
parent | 648578d92576a74736ea744518bfaae0faab65d0 (diff) |
Remove all the secondary port of editors/ooodict-all
localized ones should be activated via knob like:
% cd ports/editors/ooodict-all
% make LOCALIZED_LANG=ABC
Notes
Notes:
svn path=/head/; revision=146878
Diffstat (limited to 'hungarian')
-rw-r--r-- | hungarian/Makefile | 1 | ||||
-rw-r--r-- | hungarian/ooodict/Makefile | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/hungarian/Makefile b/hungarian/Makefile index 5c166f5c5ea1..2853b568d509 100644 --- a/hungarian/Makefile +++ b/hungarian/Makefile @@ -12,7 +12,6 @@ SUBDIR += jdictionary-eng-hun-expr SUBDIR += kde3-i18n SUBDIR += koffice-i18n - SUBDIR += ooodict SUBDIR += php_doc .include <bsd.port.subdir.mk> diff --git a/hungarian/ooodict/Makefile b/hungarian/ooodict/Makefile deleted file mode 100644 index 69cfdb9f64b2..000000000000 --- a/hungarian/ooodict/Makefile +++ /dev/null @@ -1,20 +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 -CATEGORIES= hungarian - -LANGPREFIX= hu -LANGSUFFIX= HU -LANGDIST+= hu_HU.zip -THESDIST+= thes_hu_HU.zip -MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 - -.include "${MASTERDIR}/Makefile" |