View | Details | Raw Unified | Return to bug 49078 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-11 / +10 lines)
Lines 1-19 Link Here
1
# New ports collection makefile for:
1
# New ports collection makefile for:
2
# OpenOffice Spell Checking Dictionary
2
# OpenOffice Spell Checking Dictionary
3
# for English (United States)
3
# for Ukrainian
4
# Date created:		Tue Aug 10 24:00:00 UTC 2002
4
# Date created:		Mon Mar 10 17:53:11 EET 2003
5
# Whom:		Martin Blapp <mbr@FreeBSD.org>
5
# Whom:		Alexandr Kovalenko <never@nevermind.kiev.ua>
6
#
6
#
7
# $FreeBSD: ports/editors/ooodict-en_US/Makefile,v 1.2 2003/03/07 00:16:09 ade Exp $
7
# $FreeBSD$
8
#
8
#
9
9
10
COMMENT=	English (United States) MySpell dictionary for OpenOffice.org
10
COMMENT=	Ukrainian MySpell dictionary for OpenOffice.org
11
CATEGORIES=	editors
11
CATEGORIES=	ukrainian
12
12
13
LANGPREFIX=	en
13
LANGPREFIX=	uk
14
LANGSUFFIX=	US
14
LANGSUFFIX=	UA
15
LANGDIST+=	en_US.zip
15
LANGDIST+=	uk_UA.zip
16
MASTERDIR=	${.CURDIR}/../ooodict-all
16
MASTERDIR=	${.CURDIR}/../../editors/ooodict-all
17
RDEP=		${PORTSDIR}/editors/openoffice
17
RDEP=		${PORTSDIR}/editors/openoffice
18
18
19
.include "${MASTERDIR}/Makefile"
19
.include "${MASTERDIR}/Makefile"
20
--- cut ----

Return to bug 49078