diff options
author | flathill <flathill@FreeBSD.org> | 1998-11-25 17:07:43 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-11-25 17:07:43 +0000 |
commit | b47544474392187170a90a67018f601128e6d4ef (patch) | |
tree | 4d6f8d2ed6d114ef96cce1914ce262fd836106ef /x11-wm | |
parent | 807a031a447cc33a1b34ab15a10bdf0d70058284 (diff) | |
download | FreeBSD-ports-b47544474392187170a90a67018f601128e6d4ef.zip FreeBSD-ports-b47544474392187170a90a67018f601128e6d4ef.tar.gz |
Sorry,this was BROKEN.
I forgot 'cvs add patch-a[j-l'.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker-i18n/files/patch-ak | 14 | ||||
-rw-r--r-- | x11-wm/windowmaker-i18n/files/patch-al | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/x11-wm/windowmaker-i18n/files/patch-ak b/x11-wm/windowmaker-i18n/files/patch-ak new file mode 100644 index 0000000..303dc04 --- /dev/null +++ b/x11-wm/windowmaker-i18n/files/patch-ak @@ -0,0 +1,14 @@ +--- po/Makefile.in.orig Fri Oct 23 22:02:30 1998 ++++ po/Makefile.in Sun Nov 22 22:04:06 1998 +@@ -215,6 +215,11 @@ + 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 $@ $< diff --git a/x11-wm/windowmaker-i18n/files/patch-al b/x11-wm/windowmaker-i18n/files/patch-al new file mode 100644 index 0000000..682d2df --- /dev/null +++ b/x11-wm/windowmaker-i18n/files/patch-al @@ -0,0 +1,14 @@ +--- WPrefs.app/po/Makefile.in.orig Fri Oct 23 22:03:53 1998 ++++ WPrefs.app/po/Makefile.in Sun Nov 22 22:05:50 1998 +@@ -205,6 +205,11 @@ + 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 $@ $< |