diff options
Diffstat (limited to 'textproc/m17n-contrib/files/patch-tbl2mim.awk')
-rw-r--r-- | textproc/m17n-contrib/files/patch-tbl2mim.awk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/textproc/m17n-contrib/files/patch-tbl2mim.awk b/textproc/m17n-contrib/files/patch-tbl2mim.awk deleted file mode 100644 index 666550fc4a8b..000000000000 --- a/textproc/m17n-contrib/files/patch-tbl2mim.awk +++ /dev/null @@ -1,16 +0,0 @@ ---- tbl2mim.awk.orig 2006-12-08 03:01:57.000000000 +0100 -+++ tbl2mim.awk 2008-03-30 19:20:34.000000000 +0200 -@@ -1,4 +1,4 @@ --#!/usr/bin/gawk -+#!/usr/bin/awk - # Copyright (C) 2006 - # National Institute of Advanced Industrial Science and Technology (AIST) - # Registration Number H15PRO112 -@@ -25,6 +25,7 @@ - begin_table = 0; - } - -+/^ *###/ { next; } - /^ICON *=/ { ICON = " \""$3"\""; next; } - /^NAME *=/ { NAME = tolower($3); next; } - /^LANGUAGES *=/ { LANG = $3; next; } |