diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-25 21:05:02 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-25 21:05:02 +0000 |
commit | ab3d6ff539be0e2acaa572c4a01bc48b80d786fe (patch) | |
tree | 5a4a3ad7325eb693d5eea5d2142689c808825950 | |
parent | fcc915e64bdc705ed650d8bb90d53d4cc6635a04 (diff) | |
download | FreeBSD-ports-ab3d6ff539be0e2acaa572c4a01bc48b80d786fe.zip FreeBSD-ports-ab3d6ff539be0e2acaa572c4a01bc48b80d786fe.tar.gz |
Fix slightly broken l10n support.
Submitted by: Olexander Kunytsa <kunia@wolf.istc.kiev.ua>
-rw-r--r-- | net-im/climm/Makefile | 2 | ||||
-rw-r--r-- | net-im/micq/Makefile | 2 | ||||
-rw-r--r-- | net/micq/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 326d60c..9f53ed9 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -30,7 +30,7 @@ pre-configure: @${ECHO_MSG} "Currently supported <your_lang> values are:" @${ECHO} " "${SUP_LANGS} | /usr/bin/fmt .else - @${ECHO} "#define ${WITH_MICQ_LANG}_LANG" >> \ + @/usr/bin/printf "#define ${WITH_MICQ_LANG}_LANG\n#undef ENGLISH_LANG" >> \ ${WRKSRC}/../include/config.h @${ECHO_MSG} "Compiling ${PORTNAME} with ${WITH_MICQ_LANG}." .endif diff --git a/net-im/micq/Makefile b/net-im/micq/Makefile index 326d60c..9f53ed9 100644 --- a/net-im/micq/Makefile +++ b/net-im/micq/Makefile @@ -30,7 +30,7 @@ pre-configure: @${ECHO_MSG} "Currently supported <your_lang> values are:" @${ECHO} " "${SUP_LANGS} | /usr/bin/fmt .else - @${ECHO} "#define ${WITH_MICQ_LANG}_LANG" >> \ + @/usr/bin/printf "#define ${WITH_MICQ_LANG}_LANG\n#undef ENGLISH_LANG" >> \ ${WRKSRC}/../include/config.h @${ECHO_MSG} "Compiling ${PORTNAME} with ${WITH_MICQ_LANG}." .endif diff --git a/net/micq/Makefile b/net/micq/Makefile index 326d60c..9f53ed9 100644 --- a/net/micq/Makefile +++ b/net/micq/Makefile @@ -30,7 +30,7 @@ pre-configure: @${ECHO_MSG} "Currently supported <your_lang> values are:" @${ECHO} " "${SUP_LANGS} | /usr/bin/fmt .else - @${ECHO} "#define ${WITH_MICQ_LANG}_LANG" >> \ + @/usr/bin/printf "#define ${WITH_MICQ_LANG}_LANG\n#undef ENGLISH_LANG" >> \ ${WRKSRC}/../include/config.h @${ECHO_MSG} "Compiling ${PORTNAME} with ${WITH_MICQ_LANG}." .endif |