View | Details | Raw Unified | Return to bug 43873
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	kdrill
8
PORTNAME=	kdrill
9
PORTVERSION=	5.12.2
9
PORTVERSION=	6.0
10
CATEGORIES=	japanese
10
CATEGORIES=	japanese
11
MASTER_SITES=	ftp://ftp.bolthole.com/kdrill/
11
MASTER_SITES=	http://www.bolthole.com/kdrill/
12
DISTNAME=	${PORTNAME}${PORTVERSION}
12
DISTNAME=	${PORTNAME}${PORTVERSION}
13
13
14
MAINTAINER=	sethk@meowfishies.com
14
MAINTAINER=	sethk@meowfishies.com
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (kdrill5.12.2.tar.gz) = 3707f5124f4ae5355a7bdd527e7972fa
1
MD5 (kdrill6.0.tar.gz) = 6ec255ffa6f35dd709ff7123cca99b8d
(-)files/patch-Imakefile (-3 / +5 lines)
Lines 1-13 Link Here
1
--- Imakefile.orig	Sun Nov 12 00:57:27 2000
1
--- Imakefile.orig	Tue Oct  1 01:15:31 2002
2
+++ Imakefile	Sun Nov 12 03:38:54 2000
2
+++ Imakefile	Tue Oct  1 01:46:07 2002
3
@@ -32,8 +32,8 @@
3
@@ -32,9 +32,9 @@
4
 /* You can change these here, and KDrill.ad will 
4
 /* You can change these here, and KDrill.ad will 
5
  * get created with the matching values. Yaaay!
5
  * get created with the matching values. Yaaay!
6
  */
6
  */
7
-DICTLOCATION= /usr/local/lib/kanjidic.gz
7
-DICTLOCATION= /usr/local/lib/kanjidic.gz
8
-EDICTLOCATION= /usr/local/lib/edict.gz
8
-EDICTLOCATION= /usr/local/lib/edict.gz
9
-RADLOCATION= /usr/local/lib/radkfile
9
+DICTLOCATION= $(LOCALBASE)/share/dict/edict/kanjidic
10
+DICTLOCATION= $(LOCALBASE)/share/dict/edict/kanjidic
10
+EDICTLOCATION= $(LOCALBASE)/share/dict/edict/edict
11
+EDICTLOCATION= $(LOCALBASE)/share/dict/edict/edict
12
+RADLOCATION= $(LOCALBASE/share/dict/edict/radkfile
11
 
13
 
12
 # If for some reason, the user prefs stuff isn't working for you, 
14
 # If for some reason, the user prefs stuff isn't working for you, 
13
 # and you can't compile, uncomment this
15
 # and you can't compile, uncomment this

Return to bug 43873