diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-06 19:20:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-06 19:20:55 +0000 |
commit | f8bcc4984b5e591b73d181ee33b766beae01dd0b (patch) | |
tree | 32d967eb70baa2626d02c214e1d995bba68ecb4b /japanese | |
parent | 6272498ff8017f3d5f05ecea6cf356066ee474d7 (diff) | |
download | ports-f8bcc4984b5e591b73d181ee33b766beae01dd0b.tar.gz ports-f8bcc4984b5e591b73d181ee33b766beae01dd0b.zip |
- Update to 6.4 and unbreak
PR: ports/84597
Submitted by: Seth Kingsley <sethk@meowfishies.com> (maintainer)
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=140802
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kdrill/Makefile | 6 | ||||
-rw-r--r-- | japanese/kdrill/distinfo | 4 | ||||
-rw-r--r-- | japanese/kdrill/files/patch-Imakefile | 16 | ||||
-rw-r--r-- | japanese/kdrill/pkg-plist | 1 |
4 files changed, 18 insertions, 9 deletions
diff --git a/japanese/kdrill/Makefile b/japanese/kdrill/Makefile index b7146285292d..1295eb2579bd 100644 --- a/japanese/kdrill/Makefile +++ b/japanese/kdrill/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdrill -PORTVERSION= 6.0 +PORTVERSION= 6.4 CATEGORIES= japanese MASTER_SITES= http://www.bolthole.com/kdrill/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -14,10 +14,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= sethk@meowfishies.com COMMENT= A program to quiz you on the meanings of Kanji -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - # Explictly state HTML'ized man pages in packing list since not all are # generated from imake. XFREE86_HTML_MAN=no diff --git a/japanese/kdrill/distinfo b/japanese/kdrill/distinfo index 2ce08fb3d0a3..0ff6aab84fdd 100644 --- a/japanese/kdrill/distinfo +++ b/japanese/kdrill/distinfo @@ -1,2 +1,2 @@ -MD5 (kdrill6.0.tar.gz) = b8548cf231edd8c7f70ee908085ef070 -SIZE (kdrill6.0.tar.gz) = 225242 +MD5 (kdrill6.4.tar.gz) = ce441fc265faa11bc0eb3a3040fd994b +SIZE (kdrill6.4.tar.gz) = 233196 diff --git a/japanese/kdrill/files/patch-Imakefile b/japanese/kdrill/files/patch-Imakefile index 1735515b640d..a13101d578ba 100644 --- a/japanese/kdrill/files/patch-Imakefile +++ b/japanese/kdrill/files/patch-Imakefile @@ -1,5 +1,5 @@ ---- Imakefile.orig Tue Oct 1 01:15:31 2002 -+++ Imakefile Tue Oct 1 01:46:07 2002 +--- 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! @@ -13,3 +13,15 @@ # 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 + + + diff --git a/japanese/kdrill/pkg-plist b/japanese/kdrill/pkg-plist index d49f9d7d26e2..6fc4f604cf14 100644 --- a/japanese/kdrill/pkg-plist +++ b/japanese/kdrill/pkg-plist @@ -8,3 +8,4 @@ share/dict/kdrill/kata.edic share/dict/kdrill/kataplus.edic lib/X11/app-defaults/KDrill @dirrm share/dict/kdrill +@unexec rmdir %D/share/dict 2>/dev/null || true |