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 /polish | |
parent | 648578d92576a74736ea744518bfaae0faab65d0 (diff) | |
download | ports-d7aef6b626d160f8b672b708de13235383dff2ce.tar.gz ports-d7aef6b626d160f8b672b708de13235383dff2ce.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
Notes
Notes:
svn path=/head/; revision=146878
Diffstat (limited to 'polish')
-rw-r--r-- | polish/Makefile | 1 | ||||
-rw-r--r-- | polish/ooodict_PL/Makefile | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/polish/Makefile b/polish/Makefile index 167999f2631a..be60bf45d215 100644 --- a/polish/Makefile +++ b/polish/Makefile @@ -13,7 +13,6 @@ SUBDIR += kde3-i18n SUBDIR += koffice-i18n SUBDIR += libtlen - SUBDIR += ooodict_PL SUBDIR += php_doc SUBDIR += sap SUBDIR += sms diff --git a/polish/ooodict_PL/Makefile b/polish/ooodict_PL/Makefile deleted file mode 100644 index 89fbc4d084f1..000000000000 --- a/polish/ooodict_PL/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: -# OpenOffice.org Spell Checking Dictionary -# for Polish (Poland) -# Date created: Tue Aug 10 24:00:00 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= Polish (Poland) MySpell dictionary for OpenOffice.org -CATEGORIES= polish - -LANGPREFIX= pl -LANGSUFFIX= PL -LANGDIST+= pl_PL.zip -HYPHDIST+= hyph_pl_PL.zip -THESDIST+= thes_pl_PL.zip -MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 - -BROKEN= Size mismatch - -.include "${MASTERDIR}/Makefile" |