1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/x11-wm/windowmaker-i18n/files/patch-ak
SADA Kenji f44326d7d6 Update to: 0.20.3
Note Maintainer's introduce page on pkg/DESCR.
PR:	ports/9022
Submitted by:	Maintainer
1998-12-10 22:15:08 +00:00

23 lines
631 B
Plaintext

--- po/Makefile.in.orig Sat Dec 5 21:56:08 1998
+++ po/Makefile.in Sat Dec 5 21:56:36 1998
@@ -216,12 +216,17 @@
clean-generic maintainer-clean-generic clean mostlyclean distclean \
maintainer-clean
+ja_JP.EUC.po: ja.po
+ nkf -e ja.po > ja_JP.EUC.po
+
+ja_JP.SJIS.po: ja.po
+ nkf -e ja.po > ja_JP.SJIS.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; \