diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-19 00:36:33 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-19 00:36:33 +0000 |
commit | f9a261acc1d3fe8d547ab9ff718f2dc61ff2b466 (patch) | |
tree | 84a5af1b32876b53dd4b09d9b833bd5b9328ef1f /misc | |
parent | 029ceb092542c6c15b9e180b26362f0ba9e76f2a (diff) | |
download | ports-f9a261acc1d3fe8d547ab9ff718f2dc61ff2b466.tar.gz ports-f9a261acc1d3fe8d547ab9ff718f2dc61ff2b466.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kde3-i18n/Makefile | 4 | ||||
-rw-r--r-- | misc/kde4-l10n/Makefile | 4 | ||||
-rw-r--r-- | misc/koffice-i18n/Makefile | 9 |
3 files changed, 8 insertions, 9 deletions
diff --git a/misc/kde3-i18n/Makefile b/misc/kde3-i18n/Makefile index 813121975aeb..1f9c01496242 100644 --- a/misc/kde3-i18n/Makefile +++ b/misc/kde3-i18n/Makefile @@ -27,8 +27,8 @@ RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/vi/entry.desktop:${PORTSDIR}/vietnamese/kde3-i18n \ ${LOCALBASE}/share/locale/pl/entry.desktop:${PORTSDIR}/polish/kde3-i18n -.for LANG in af az bg bn bs ca cs cy da el en_GB eo es et eu fa fi hr hsb id is it lt \ - lv mk mn ms mt nb nds nl nn nso pa ro se sk sl sr sr@Latn ss sv ta tg th tr uz ven xh zu +.for LANG in af az bg bn bs ca cs cy da el en_GB eo es et eu fa fi hr hsb is it lt \ + mk mn ms mt nb nds nl nn nso pa ro se sk sl sr sr@Latn ss sv ta tg th tr uz ven xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG} .endfor diff --git a/misc/kde4-l10n/Makefile b/misc/kde4-l10n/Makefile index 813121975aeb..1f9c01496242 100644 --- a/misc/kde4-l10n/Makefile +++ b/misc/kde4-l10n/Makefile @@ -27,8 +27,8 @@ RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/vi/entry.desktop:${PORTSDIR}/vietnamese/kde3-i18n \ ${LOCALBASE}/share/locale/pl/entry.desktop:${PORTSDIR}/polish/kde3-i18n -.for LANG in af az bg bn bs ca cs cy da el en_GB eo es et eu fa fi hr hsb id is it lt \ - lv mk mn ms mt nb nds nl nn nso pa ro se sk sl sr sr@Latn ss sv ta tg th tr uz ven xh zu +.for LANG in af az bg bn bs ca cs cy da el en_GB eo es et eu fa fi hr hsb is it lt \ + mk mn ms mt nb nds nl nn nso pa ro se sk sl sr sr@Latn ss sv ta tg th tr uz ven xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG} .endfor diff --git a/misc/koffice-i18n/Makefile b/misc/koffice-i18n/Makefile index edd4c3bdf25a..cc98085d7a02 100644 --- a/misc/koffice-i18n/Makefile +++ b/misc/koffice-i18n/Makefile @@ -16,21 +16,20 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE RUN_DEPENDS+=\ - ${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\ ${LOCALBASE}/share/locale/hu/LC_MESSAGES/kword.mo:${PORTSDIR}/hungarian/koffice-i18n\ ${LOCALBASE}/share/locale/he/LC_MESSAGES/kword.mo:${PORTSDIR}/hebrew/koffice-i18n\ ${LOCALBASE}/share/locale/ja/LC_MESSAGES/kword.mo:${PORTSDIR}/japanese/koffice-i18n\ - ${LOCALBASE}/share/locale/po/LC_MESSAGES/kword.mo:${PORTSDIR}/polish/koffice-i18n\ + ${LOCALBASE}/share/locale/pl/LC_MESSAGES/kword.mo:${PORTSDIR}/polish/koffice-i18n\ ${LOCALBASE}/share/locale/pt/LC_MESSAGES/kword.mo:${PORTSDIR}/portuguese/koffice-i18n\ ${LOCALBASE}/share/locale/pt_BR/LC_MESSAGES/kword.mo:${PORTSDIR}/portuguese/koffice-i18n-pt_BR\ ${LOCALBASE}/share/locale/ru/LC_MESSAGES/kword.mo:${PORTSDIR}/russian/koffice-i18n\ - ${LOCALBASE}/share/locale/uk/LC_MESSAGES/kword.mo:${PORTSDIR}/ukrainian/koffice-i18n\ + ${LOCALBASE}/share/locale/zh_CN/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_CN \ ${LOCALBASE}/share/locale/zh_TW/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_TW -.for LANG in af bg br bs ca cs cy da el en_GB eo es et fa fi hsb it \ - lo lt lv mt nb nl nn se sk sl sr sv tg th tr ven xh zu +.for LANG in af bg br ca cs cy da el en_GB eo es et fa fi hsb it \ + lo mt nb nl nn se sk sl sr sv tg th tr ven xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/misc/koffice-i18n-${LANG} .endfor |