blob: 75ecd86322ec0eb30f3ddc2610a2eb0549b31fc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
--- 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 = $(LOCALBASE)/lib/X11/config
+MANPATH = $(PREFIX)/man
|