diff options
author | maho <maho@FreeBSD.org> | 2005-11-02 08:50:04 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-11-02 08:50:04 +0800 |
commit | 4e2713d4f396c4088d439d851c831caf25874316 (patch) | |
tree | 13ac3cc8728143c75b422fe3d38b5446e7a36fa4 /editors | |
parent | 9ee718875489228a72dac7f293f222d29410a172 (diff) | |
download | freebsd-ports-gnome-4e2713d4f396c4088d439d851c831caf25874316.tar.gz freebsd-ports-gnome-4e2713d4f396c4088d439d851c831caf25874316.tar.zst freebsd-ports-gnome-4e2713d4f396c4088d439d851c831caf25874316.zip |
fix comments
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ooodict-all/files/Makefile.localized | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/ooodict-all/files/Makefile.localized b/editors/ooodict-all/files/Makefile.localized index a77eaa204d9e..3156dac3d6c7 100644 --- a/editors/ooodict-all/files/Makefile.localized +++ b/editors/ooodict-all/files/Makefile.localized @@ -1,6 +1,6 @@ # localized makefile # Whom: Maho Nakata <maho@FreeBSD.org> -# $FreeBSD: /tmp/pcvs/ports/editors/ooodict-all/files/Attic/Makefile.localized,v 1.1 2005-11-01 22:18:28 maho Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/ooodict-all/files/Attic/Makefile.localized,v 1.2 2005-11-02 00:50:04 maho Exp $ .if defined(LOCALIZED_LANG) .if ${LOCALIZED_LANG} == "af_ZA" @@ -110,7 +110,7 @@ THESDIST+= thes_en_US_v2.zip .endif .if ${LOCALIZED_LANG} == "eo_EO" -COMMENT= XXXXXX +COMMENT= Esperanto MySpell dictionary for OpenOffice.org LANGPREFIX= eo LANGSUFFIX= EO HAVE_HYPHNATION=yes @@ -210,7 +210,7 @@ HAVE_HYPHNATION=yes .endif .if ${LOCALIZED_LANG} == "is_IS" -COMMENT= XXXXXXXXXXXXXX +COMMENT= Icelandic (Iceland) MySpell dictionary for OpenOffice.org LANGPREFIX= is LANGSUFFIX= IS HAVE_HYPHNATION=yes @@ -238,13 +238,13 @@ LANGSUFFIX= LT .endif .if ${LOCALIZED_LANG} == "lv_LV" -COMMENT= XXXXXXXXXXXXXX +COMMENT= Latvian (Latvia) MySpell dictionary for OpenOffice.org LANGPREFIX= lv LANGSUFFIX= LV .endif .if ${LOCALIZED_LANG} == "mg_MG" -COMMENT= Malagasy (MAdagascar) MySpell dictionary for OpenOffice.org +COMMENT= Malagasy (Madagascar) MySpell dictionary for OpenOffice.org LANGPREFIX= mg LANGSUFFIX= MG .endif |