diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-05-31 00:09:24 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-05-31 00:09:24 +0000 |
commit | 7b4e1ec4a5950c12e703456521df41ff4b698fd2 (patch) | |
tree | 23df0789e394e66dc29f4a94ba2d01086142182d /editors/calligra-l10n-da/Makefile | |
parent | 77e4ccd8f07053850940fe7c052b9e91fe7c30de (diff) |
Notes
Diffstat (limited to 'editors/calligra-l10n-da/Makefile')
-rw-r--r-- | editors/calligra-l10n-da/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/calligra-l10n-da/Makefile b/editors/calligra-l10n-da/Makefile index 33e008de01d3..ab3c5f566135 100644 --- a/editors/calligra-l10n-da/Makefile +++ b/editors/calligra-l10n-da/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= Danish messages and documentation for KOffice2 +COMMENT= Danish messages and documentation for Calligra -KOFFICE2_L10N= da +CALLIGRA_L10N= da -.include "${.CURDIR}/../../editors/koffice-kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> |