1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/chinese/xcin25/files/patch-ah
Kevin Lo 808ac9620e Upgrade to version 2.5.2.pre6
PR: 21832
Submitted by: MAINTAINER
2000-10-10 05:37:13 +00:00

12 lines
416 B
Plaintext

--- po/Makefile.in.orig Sun Oct 8 12:12:14 2000
+++ po/Makefile.in Mon Oct 9 01:11:33 2000
@@ -27,7 +27,7 @@
install:
if [ "$(GNU_GETTEXT)" = 1 ]; then \
for l in $(LC_MESG); do \
- msgpath=$(xcin_msgp)/$$l/LC_MESSAGES; \
+ msgpath=$(xcin_msgp)/zh_TW.Big5/LC_MESSAGES; \
if [ ! -d $$msgpath ]; then \
$(INSTALL) -d $$msgpath; fi; \
msgfmt -o $$msgpath/xcin.mo xcin-$$l.po; \