diff options
author | avilla <avilla@FreeBSD.org> | 2012-05-31 08:09:24 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-05-31 08:09:24 +0800 |
commit | 3da322f9533aa0af2e4519a0cc80863889796f98 (patch) | |
tree | a8fad902805eb39c9f7839cffadd8ba18e7a04c8 /editors/calligra-l10n-nb/Makefile | |
parent | 4cf6145b8da9ca72a605152a29143fbad63c76ed (diff) | |
download | freebsd-ports-gnome-3da322f9533aa0af2e4519a0cc80863889796f98.tar.gz freebsd-ports-gnome-3da322f9533aa0af2e4519a0cc80863889796f98.tar.zst freebsd-ports-gnome-3da322f9533aa0af2e4519a0cc80863889796f98.zip |
The KDE/FreeBSD team is pleased to announce Calligra Suite 2.4.2, KDE
graphic art and office suite.
Information on this release can be found here:
http://www.calligra.org/news/calligra-2-4-2-released
Information on Calligra Project can be found in its first ever release
announcement:
http://www.calligra.org/news/calligra-2-4-released
Consequently, KOffice 2 has been removed from the ports collection.
As usual, we would like to thank all testers and contributors.
Diffstat (limited to 'editors/calligra-l10n-nb/Makefile')
-rw-r--r-- | editors/calligra-l10n-nb/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/calligra-l10n-nb/Makefile b/editors/calligra-l10n-nb/Makefile index 9fc75ae830f1..2f5036689b60 100644 --- a/editors/calligra-l10n-nb/Makefile +++ b/editors/calligra-l10n-nb/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= Norwegian Bokmaal messages and documentation for KOffice2 +COMMENT= Norwegian Bokmaal messages and documentation for Calligra -KOFFICE2_L10N= nb +CALLIGRA_L10N= nb -.include "${.CURDIR}/../../editors/koffice-kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> |