diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-06-29 11:59:57 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-06-29 11:59:57 +0000 |
commit | 60d6d4f016236d6d2cca7320446d8b8b9090d14a (patch) | |
tree | b6870f8607ee3e94ecb1da5987227218cd1ff7be /editors/calligra-l10n | |
parent | fbe34b27f5f8b3eaa6826c342462a47279aa0c27 (diff) | |
download | ports-60d6d4f016236d6d2cca7320446d8b8b9090d14a.tar.gz ports-60d6d4f016236d6d2cca7320446d8b8b9090d14a.zip |
Notes
Diffstat (limited to 'editors/calligra-l10n')
-rw-r--r-- | editors/calligra-l10n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/calligra-l10n/Makefile b/editors/calligra-l10n/Makefile index 7e2a2b7ddfbb..11601aae4f08 100644 --- a/editors/calligra-l10n/Makefile +++ b/editors/calligra-l10n/Makefile @@ -8,7 +8,7 @@ PORTNAME= koffice-i18n PORTVERSION= 1.6.3 PORTREVISION= 1 -CATEGORIES= misc kde +CATEGORIES= editors kde MASTER_SITES= # none DISTFILES= # none EXTRACT_ONLY= # none @@ -17,7 +17,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE RUN_DEPENDS+=\ - ${LOCALBASE}/share/locale/km/LC_MESSAGES/example.mo:${PORTSDIR}/misc/koffice-i18n-km\ + ${LOCALBASE}/share/locale/km/LC_MESSAGES/example.mo:${PORTSDIR}/editors/koffice-i18n-km\ ${LOCALBASE}/share/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\ ${LOCALBASE}/share/locale/de/LC_MESSAGES/kword.mo:${PORTSDIR}/german/koffice-i18n\ ${LOCALBASE}/share/locale/fr/LC_MESSAGES/kword.mo:${PORTSDIR}/french/koffice-i18n\ @@ -35,7 +35,7 @@ RUN_DEPENDS+=\ .for LANG in af bg br bs ca cs cy da el en_GB eo es et eu fa fi ga gl hi hsb is it \ lo lt lv mk ms mt nb nl nn ro se sk sl sr sr@Latn sv ta tg th tr uz ven xh zu RUN_DEPENDS+=\ -${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/misc/koffice-i18n-${LANG} +${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/editors/koffice-i18n-${LANG} .endfor USE_KDELIBS_VER=3 |