17 lines
626 B
Text
17 lines
626 B
Text
$NetBSD: patch-ac,v 1.2 2005/01/13 12:18:42 minskim Exp $
|
|
|
|
--- dic/phono/Imakefile.orig 2002-10-19 03:27:40.000000000 -0500
|
|
+++ dic/phono/Imakefile
|
|
@@ -27,9 +27,9 @@
|
|
|
|
ROMAJI_DIC_DEF = -DSHIFT
|
|
|
|
- DICDIR = $(cannaLibDir)/dic
|
|
- SAMPLEDIR = $(cannaLibDir)/sample
|
|
- SAMPLESRCDIR = $(cannaLibDir)/sample/src
|
|
+ DICDIR = $(DicDir)
|
|
+ SAMPLEDIR = $(DicDir)/sample
|
|
+ SAMPLESRCDIR = $(DicDir)/sample/src
|
|
|
|
KPDEF = default.kpdef jdaemon.kpdef just.kpdef kaisoku.kpdef kana.kpdef \
|
|
lan5.kpdef matsu.kpdef newjis.kpdef romaji.kpdef sokuon.kpdef \
|