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 /russian/calligra-l10n/Makefile | |
parent | 77e4ccd8f07053850940fe7c052b9e91fe7c30de (diff) | |
download | ports-7b4e1ec4a5950c12e703456521df41ff4b698fd2.tar.gz ports-7b4e1ec4a5950c12e703456521df41ff4b698fd2.zip |
Notes
Diffstat (limited to 'russian/calligra-l10n/Makefile')
-rw-r--r-- | russian/calligra-l10n/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/russian/calligra-l10n/Makefile b/russian/calligra-l10n/Makefile index 1af5a91d9246..e4c91c15e532 100644 --- a/russian/calligra-l10n/Makefile +++ b/russian/calligra-l10n/Makefile @@ -5,15 +5,14 @@ # $FreeBSD$ # -PORTNAME= koffice-l10n -PORTVERSION= ${KOFFICE2_VERSION} -PORTREVISION= 1 -CATEGORIES= russian editors kde +PORTNAME= calligra-l10n +PORTVERSION= ${CALLIGRA_VERSION} +CATEGORIES?= russian editors kde MAINTAINER= kde@FreeBSD.org -COMMENT= Russian messages and documentation for KOffice2 +COMMENT= Russian messages and documentation for Calligra -KOFFICE2_L10N= ru +CALLIGRA_L10N= ru -.include "${.CURDIR}/../../editors/koffice-kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> |