diff options
author | nectar <nectar@FreeBSD.org> | 2004-02-22 00:43:43 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-02-22 00:43:43 +0800 |
commit | b6bdfe393a8e70bbe4075e04ae261ce7305c8ca3 (patch) | |
tree | f6c33c4aa4275ec5ea1dde470f3553293eb1f409 /japanese | |
parent | 79a264adeb9fda33ca05263ccd53aa86f006e990 (diff) | |
download | freebsd-ports-gnome-b6bdfe393a8e70bbe4075e04ae261ce7305c8ca3.tar.gz freebsd-ports-gnome-b6bdfe393a8e70bbe4075e04ae261ce7305c8ca3.tar.zst freebsd-ports-gnome-b6bdfe393a8e70bbe4075e04ae261ce7305c8ca3.zip |
Don't use perl to generate files that we already have (timestamps b0rk3d
in distfile).
Prompted by: perl module dependency failure on bento
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/im-ja/files/patch-src%Makefile.in | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/japanese/im-ja/files/patch-src%Makefile.in b/japanese/im-ja/files/patch-src%Makefile.in index 34c4a4a995cd..41bb6b4f6fd8 100644 --- a/japanese/im-ja/files/patch-src%Makefile.in +++ b/japanese/im-ja/files/patch-src%Makefile.in @@ -1,7 +1,7 @@ -*** src/Makefile.in.orig Wed Jan 7 12:14:24 2004 ---- src/Makefile.in Wed Jan 7 12:25:38 2004 +*** src/Makefile.in.orig Sat Feb 21 10:22:53 2004 +--- src/Makefile.in Sat Feb 21 10:39:38 2004 *************** -*** 2429,2438 **** +*** 2429,2450 **** ../IMdkit/libXimd.a : @@ -12,7 +12,19 @@ all-local: gtk.immodules ---- 2429,2438 ---- + romakana.c: hiragana-convtable.h zenkaku-convtable.h halfkata-convtable.h +- 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 +- jdata.dat: strokedata.h conv_jdata.pl +- perl conv_jdata.pl < strokedata.h > jdata.dat + # 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: +--- 2429,2442 ---- ../IMdkit/libXimd.a : @@ -23,3 +35,7 @@ all-local: gtk.immodules + romakana.c: hiragana-convtable.h zenkaku-convtable.h halfkata-convtable.h + # 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: |