1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-wm/windowmaker-i18n/files/patch-ak
Steve Price 0f19588737 Update to version 0.50.2.
PR:		9465
Submitted by:	maintainer
1999-01-18 03:18:39 +00:00

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; \