pkgsrc-wip/tc-svn/patches/patch-mazegaki_mkcertain.pl
Makoto Fujiwara 7d64b9b0db Import tc-2.3.1 (svn version) as wip/tc-svn.
TC2 provides T-Code and TUT-Code input methods for Emacs users. T-Code
and TUT-Code are called "Kanji Direct Input Method", and desiged to be
more efficient Japanese input method than Kana-Kanji translation.

For more infomation, please look into these web sites.
  T-Code   -> http://openlab.ring.gr.jp/tcode/index.html
           -> http://groups.google.com/group/tcode
  TUT-Code -> http://www.crew.sfc.keio.ac.jp/~chk/
2011-05-23 13:37:52 +00:00

12 lines
280 B
Raku

$NetBSD: patch-mazegaki_mkcertain.pl,v 1.1.1.1 2011/05/23 13:37:52 makoto Exp $
Interpreter fix
--- mazegaki/mkcertain.pl.orig 2011-04-14 14:10:06.000000000 +0000
+++ mazegaki/mkcertain.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl5
+#!@PERL@
use Term::Cap;
use Term::Complete;