aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-03-26 05:05:02 +0800
committersobomax <sobomax@FreeBSD.org>2001-03-26 05:05:02 +0800
commitab3d6ff539be0e2acaa572c4a01bc48b80d786fe (patch)
tree5a4a3ad7325eb693d5eea5d2142689c808825950 /net
parentfcc915e64bdc705ed650d8bb90d53d4cc6635a04 (diff)
downloadfreebsd-ports-gnome-ab3d6ff539be0e2acaa572c4a01bc48b80d786fe.tar.gz
freebsd-ports-gnome-ab3d6ff539be0e2acaa572c4a01bc48b80d786fe.tar.zst
freebsd-ports-gnome-ab3d6ff539be0e2acaa572c4a01bc48b80d786fe.zip
Fix slightly broken l10n support.
Submitted by: Olexander Kunytsa <kunia@wolf.istc.kiev.ua>
Diffstat (limited to 'net')
-rw-r--r--net/micq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/micq/Makefile b/net/micq/Makefile
index 326d60c86623..9f53ed9a6f54 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