summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-07-12 20:40:19 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-07-12 20:40:19 +0000
commit634e33d949b0bc8a1d75f9f6f9ea611fb708959d (patch)
tree463d70c0d1df72b0481b5e49a9dddba730348c1e /audio
parentUpdate to 1.5.1. (diff)
- Fix the ru locale so it is readable
Reported and tested by: mirrorbox via irc.freenode.org/#FreeBSD-GNOME
Notes
Notes: svn path=/head/; revision=139004
Diffstat (limited to 'audio')
-rw-r--r--audio/grip/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile
index 506b52b0b0bb..6cc13d924662 100644
--- a/audio/grip/Makefile
+++ b/audio/grip/Makefile
@@ -42,7 +42,7 @@ OPTIONS+= BLADEENC "Encoder: bladeenc: Install audio/bladeenc" off \
GOGO "Encoder: gogo: Install audio/gogo" off \
MP3ENCODE "Encoder: mp3encode: Install audio/mp3encode" off
-ISO_LOCALES= de es fr pt_BR ru
+ISO_LOCALES= de es fr pt_BR
.include <bsd.port.pre.mk>
@@ -118,5 +118,8 @@ post-patch:
${LOCALBASE}/bin/iconv -f ISO-8859-15 -t UTF-8 \
${WRKSRC}/po/_${l}.po > ${WRKSRC}/po/${l}.po
.endfor
+ @${MV} ${WRKSRC}/po/ru.po ${WRKSRC}/po/_ru.po
+ ${LOCALBASE}/bin/iconv -f koi8-r -t UTF-8 \
+ ${WRKSRC}/po/_ru.po > ${WRKSRC}/po/ru.po
.include <bsd.port.post.mk>