diff options
author | maho <maho@FreeBSD.org> | 2005-11-01 04:32:16 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-11-01 04:32:16 +0000 |
commit | ff3c51f5fcc94aa4b3541307a43d4366c51aeded (patch) | |
tree | 6fd56f2770f2cea1f1e3126c4b3597adbee77e99 /french | |
parent | 93d03b97baa1dd1addbed2c7c131462a88b3e54d (diff) | |
download | FreeBSD-ports-ff3c51f5fcc94aa4b3541307a43d4366c51aeded.zip FreeBSD-ports-ff3c51f5fcc94aa4b3541307a43d4366c51aeded.tar.gz |
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 'french')
-rw-r--r-- | french/Makefile | 2 | ||||
-rw-r--r-- | french/ooodict-fr_BE/Makefile | 20 | ||||
-rw-r--r-- | french/ooodict-fr_FR/Makefile | 21 |
3 files changed, 0 insertions, 43 deletions
diff --git a/french/Makefile b/french/Makefile index 142f7bb..3cde24e 100644 --- a/french/Makefile +++ b/french/Makefile @@ -20,8 +20,6 @@ SUBDIR += koffice-i18n SUBDIR += med SUBDIR += mozilla-flp - SUBDIR += ooodict-fr_BE - SUBDIR += ooodict-fr_FR SUBDIR += php_doc SUBDIR += plgrenouille SUBDIR += staroffice52 diff --git a/french/ooodict-fr_BE/Makefile b/french/ooodict-fr_BE/Makefile deleted file mode 100644 index 5fd7066..0000000 --- a/french/ooodict-fr_BE/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: -# OpenOffice.org Spell Checking Dictionary -# for French (Belgium) -# Date created: Tue Aug 10 24:00:00 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= French (Belgium) MySpell dictionary for OpenOffice.org -CATEGORIES= french - -LANGPREFIX= fr -LANGSUFFIX= BE -LANGDIST+= fr_BE.zip -HYPHDIST+= hyph_fr_BE.zip -MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 - -.include "${MASTERDIR}/Makefile" diff --git a/french/ooodict-fr_FR/Makefile b/french/ooodict-fr_FR/Makefile deleted file mode 100644 index 574a90e..0000000 --- a/french/ooodict-fr_FR/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: -# OpenOffice.org Spell Checking Dictionary -# for French (France) -# Date created: Tue Aug 10 24:00:00 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= French (France) MySpell dictionary for OpenOffice.org -CATEGORIES= french - -LANGPREFIX= fr -LANGSUFFIX= FR -LANGDIST+= fr_FR.zip -HYPHDIST+= hyph_fr_FR.zip -THESDIST+= thes_fr_FR.zip -MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 - -.include "${MASTERDIR}/Makefile" |