--- Imakefile.orig	Sat Jan  8 06:59:13 2005
+++ Imakefile	Fri Aug  5 16:16:00 2005
@@ -32,9 +32,9 @@
 /* You can change these here, and KDrill.ad will 
  * get created with the matching values. Yaaay!
  */
-DICTLOCATION= /usr/local/lib/kanjidic.gz
-EDICTLOCATION= /usr/local/lib/edict.gz
-RADLOCATION= /usr/local/lib/radkfile
+DICTLOCATION= $(LOCALBASE)/share/dict/edict/kanjidic
+EDICTLOCATION= $(LOCALBASE)/share/dict/edict/edict
+RADLOCATION= $(LOCALBASE/share/dict/edict/radkfile
 
 # If for some reason, the user prefs stuff isn't working for you, 
 # and you can't compile, uncomment this
@@ -46,7 +46,10 @@
 # The system should pick some default for you.
 # If you dont like it, uncomment this and use it as you like.
 # This isn't compiled in anywhere, it's just a convenience thing.
-# BINDIR = /usr/local/bin/X11
+BINDIR = $(PREFIX)/bin
+LIBDIR = $(PREFIX)/lib/X11
+CONFIGDIR = $(X11BASE)/lib/X11/config
+MANPATH = $(PREFIX)/man
 
 
 


syntax highlighted by Code2HTML, v. 0.9.1