diff options
author | flathill <flathill@FreeBSD.org> | 1998-11-26 01:07:43 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-11-26 01:07:43 +0800 |
commit | b47544474392187170a90a67018f601128e6d4ef (patch) | |
tree | 4d6f8d2ed6d114ef96cce1914ce262fd836106ef | |
parent | 807a031a447cc33a1b34ab15a10bdf0d70058284 (diff) | |
download | freebsd-ports-gnome-b47544474392187170a90a67018f601128e6d4ef.tar.gz freebsd-ports-gnome-b47544474392187170a90a67018f601128e6d4ef.tar.zst freebsd-ports-gnome-b47544474392187170a90a67018f601128e6d4ef.zip |
Sorry,this was BROKEN.
I forgot 'cvs add patch-a[j-l'.
-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 000000000000..303dc04205a2 --- /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 000000000000..682d2df22842 --- /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 $@ $< |