mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
808ac9620e
PR: 21832 Submitted by: MAINTAINER
12 lines
416 B
Plaintext
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; \
|