diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-30 21:59:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-30 21:59:38 +0000 |
commit | 8cb55f14cf00e2ed157ac05dd93a88506320724d (patch) | |
tree | 454a189a75821dc83ee90d40b70a4999063f0528 | |
parent | Remove openoffice-pl after repo copy to polish/openoffice (diff) |
Remove ooodict-pl_PL after repo copy to ooodict_PL.
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/ooodict-pl_PL/Makefile | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/editors/Makefile b/editors/Makefile index bc62f3e074c7..683323ca0ed0 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -112,7 +112,6 @@ SUBDIR += ooodict-hu_HU SUBDIR += ooodict-it_IT SUBDIR += ooodict-nl_NL - SUBDIR += ooodict-pl_PL SUBDIR += ooodict-sk_SK SUBDIR += ooodict-sv_SE SUBDIR += openoffice diff --git a/editors/ooodict-pl_PL/Makefile b/editors/ooodict-pl_PL/Makefile deleted file mode 100644 index bde7fa98eaaf..000000000000 --- a/editors/ooodict-pl_PL/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: -# OpenOffice 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= editors - -LANGPREFIX= pl -LANGSUFFIX= PL -LANGDIST+= pl_PL.zip -MASTERDIR= ${.CURDIR}/../ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice-pl - -.include "${MASTERDIR}/Makefile" |