mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
0f19588737
PR: 9465 Submitted by: maintainer
20 lines
576 B
Plaintext
20 lines
576 B
Plaintext
--- po/Makefile.in.orig Sun Jan 10 10:55:56 1999
|
|
+++ po/Makefile.in Mon Jan 11 09:36:57 1999
|
|
@@ -221,12 +221,14 @@
|
|
clean-generic maintainer-clean-generic clean mostlyclean distclean \
|
|
maintainer-clean
|
|
|
|
+ja_JP.EUC.po: ja.po
|
|
+ nkf -e ja.po > ja_JP.EUC.po
|
|
|
|
.po.mo:
|
|
- msgfmt -o $@ $<
|
|
+ ${LOCALBASE}/bin/msgfmt -o $@ $<
|
|
|
|
WindowMaker.pot: $(POTFILES)
|
|
- xgettext --default-domain=WindowMaker \
|
|
+ ${LOCALBASE}/bin/xgettext --default-domain=WindowMaker \
|
|
--add-comments --keyword=_ $(POTFILES)
|
|
if cmp -s WindowMaker.po WindowMaker.pot; then \
|
|
rm -f WindowMaker.po; \
|