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