diff options
Diffstat (limited to 'editors/calligra-l10n-es/Makefile')
-rw-r--r-- | editors/calligra-l10n-es/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/calligra-l10n-es/Makefile b/editors/calligra-l10n-es/Makefile index 8a39e01c6dbd..374f30aba186 100644 --- a/editors/calligra-l10n-es/Makefile +++ b/editors/calligra-l10n-es/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTNAME= koffice-l10n -PORTVERSION= ${KOFFICE2_VERSION} +PORTNAME= calligra-l10n +PORTVERSION= ${CALLIGRA_VERSION} CATEGORIES?= editors kde MAINTAINER= kde@FreeBSD.org -COMMENT= Spanish messages and documentation for KOffice2 +COMMENT= Spanish messages and documentation for Calligra -KOFFICE2_L10N= es +CALLIGRA_L10N= es -.include "${.CURDIR}/../../editors/koffice-kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> |