diff options
author | maho <maho@FreeBSD.org> | 2005-11-01 12:32:16 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-11-01 12:32:16 +0800 |
commit | ff3c51f5fcc94aa4b3541307a43d4366c51aeded (patch) | |
tree | 6fd56f2770f2cea1f1e3126c4b3597adbee77e99 /hebrew | |
parent | 93d03b97baa1dd1addbed2c7c131462a88b3e54d (diff) | |
download | freebsd-ports-gnome-ff3c51f5fcc94aa4b3541307a43d4366c51aeded.tar.gz freebsd-ports-gnome-ff3c51f5fcc94aa4b3541307a43d4366c51aeded.tar.zst freebsd-ports-gnome-ff3c51f5fcc94aa4b3541307a43d4366c51aeded.zip |
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
Diffstat (limited to 'hebrew')
-rw-r--r-- | hebrew/Makefile | 1 | ||||
-rw-r--r-- | hebrew/ooodict-he_IL/Makefile | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/hebrew/Makefile b/hebrew/Makefile index c373c1da481f..a9b99ffdb424 100644 --- a/hebrew/Makefile +++ b/hebrew/Makefile @@ -8,7 +8,6 @@ SUBDIR += elmar-fonts SUBDIR += he2 SUBDIR += hspell - SUBDIR += ooodict-he_IL SUBDIR += kde3-i18n SUBDIR += koffice-i18n diff --git a/hebrew/ooodict-he_IL/Makefile b/hebrew/ooodict-he_IL/Makefile deleted file mode 100644 index 5f12d9277e3c..000000000000 --- a/hebrew/ooodict-he_IL/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: -# OpenOffice.org Spell Checking Dictionary -# for Hebrew (Israel) language -# Date created: Tue Aug 10 24:00:00 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= Hebrew (Israel) MySpell dictionary for OpenOffice.org -CATEGORIES= hebrew - -LANGPREFIX= he -LANGSUFFIX= IL -LANGDIST+= he_IL.zip -MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 - -.include "${MASTERDIR}/Makefile" |