diff options
Diffstat (limited to 'editors/ooodict-cs_CZ/Makefile')
-rw-r--r-- | editors/ooodict-cs_CZ/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/ooodict-cs_CZ/Makefile b/editors/ooodict-cs_CZ/Makefile deleted file mode 100644 index 55a0bb0fe935..000000000000 --- a/editors/ooodict-cs_CZ/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: -# OpenOffice.org Spell Checking Dictionary -# for Czech (Czech Republic) language -# Date created: Tue Aug 10 24:00:00 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= Czech (Czech Republic) MySpell dictionary for OpenOffice.org - -LANGPREFIX= cs -LANGSUFFIX= CZ -LANGDIST+= cs_CZ.zip -HYPHDIST+= hyph_cs_CZ.zip -THESDIST+= thes_cs_CZ.zip -MASTERDIR= ${.CURDIR}/../ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 - -.include "${MASTERDIR}/Makefile" |