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-al
Steve Price 0f19588737 Update to version 0.50.2.
PR:		9465
Submitted by:	maintainer
1999-01-18 03:18:39 +00:00

20 lines
568 B
Plaintext

--- WPrefs.app/po/Makefile.in.orig Sun Jan 10 10:55:54 1999
+++ WPrefs.app/po/Makefile.in Mon Jan 11 09:37:16 1999
@@ -213,12 +213,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 $@ $<
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; \