1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/x11-wm/windowmaker-i18n/files/patch-al

23 lines
623 B
Plaintext
Raw Normal View History

--- WPrefs.app/po/Makefile.in.orig Sat Dec 5 21:56:20 1998
+++ WPrefs.app/po/Makefile.in Sat Dec 5 21:56:36 1998
@@ -206,12 +206,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 $@ $<
WPrefs.pot: $(POTFILES)
- xgettext --default-domain=WPrefs \
+ ${LOCALBASE}/bin/xgettext --default-domain=WPrefs \
--add-comments --keyword=_ $(POTFILES)
if cmp -s WPrefs.po WPrefs.pot; then \
rm -f WPrefs.po; \