1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/m17n-db/files/patch-tbl2mim.awk
Martin Wilke 3318a78e15 - UPdate to 1.6.5
- Strip binary
- Update Categorie
- Update WWW

PR:		191107
2014-06-17 15:47:12 +00:00

17 lines
479 B
Awk

--- 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; }