diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-04-07 14:43:20 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-04-07 14:43:20 +0000 |
commit | 69e9dc31f0dd1cdbf2d2dce2b07be196c39aa2a0 (patch) | |
tree | 15bbd676e2bc08cb0aaef408b1fa12e21bef013f /japanese/im-ja/files/patch-src_Makefile.in | |
parent | Fix plist, dump portrevision. (diff) |
Replace "%" in patch filenames with "_".
Approved by: portmgr (krion)
Diffstat (limited to 'japanese/im-ja/files/patch-src_Makefile.in')
-rw-r--r-- | japanese/im-ja/files/patch-src_Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/japanese/im-ja/files/patch-src_Makefile.in b/japanese/im-ja/files/patch-src_Makefile.in new file mode 100644 index 000000000000..463635803262 --- /dev/null +++ b/japanese/im-ja/files/patch-src_Makefile.in @@ -0,0 +1,15 @@ +--- src/Makefile.in.ORIG Mon Apr 12 08:00:59 2004 ++++ src/Makefile.in Mon Apr 12 08:01:22 2004 +@@ -512,12 +512,6 @@ + uninstall-recursive + + +-hiragana-convtable.h: hiragana-convtable.txt +- perl convtable.pl hiragana +-zenkaku-convtable.h: zenkaku-convtable.txt +- perl convtable.pl zenkaku +-halfkata-convtable.h: halfkata-convtable.txt +- perl convtable.pl halfkata + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |