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 /french | |
parent | 648578d92576a74736ea744518bfaae0faab65d0 (diff) | |
download | ports-d7aef6b626d160f8b672b708de13235383dff2ce.tar.gz ports-d7aef6b626d160f8b672b708de13235383dff2ce.zip |
Notes
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 142f7bb06bb1..3cde24eb2a34 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 5fd70664b16d..000000000000 --- 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 574a90e6de09..000000000000 --- 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" |