From 148ec7e9c2d87245e468fb2225e8ea940bf351a2 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 3 Nov 2005 00:17:27 +0000 Subject: Fix building by removing one file from the dictionary. --- japanese/edict-utf-8/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'japanese/edict-utf-8/Makefile') diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile index 16c1781062b6..f59ae0b81e8b 100644 --- a/japanese/edict-utf-8/Makefile +++ b/japanese/edict-utf-8/Makefile @@ -7,6 +7,7 @@ PORTNAME= edict-utf-8 PORTVERSION= 20050310 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ftp://ftp.cc.monash.edu.au/pub/nihongo/ \ http://japanology.arts.kuleuven.ac.be/mirrors/monash/ \ @@ -25,10 +26,6 @@ COMMENT= Japanese-English edict UTF-8 dictionaries BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -BROKEN= Install fails -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - USE_ICONV= yes ICONV?= iconv CONVERT_CMD= ${ICONV} -c -f EUC-JP -t UTF-8 @@ -36,12 +33,13 @@ NO_BUILD= yes DIST_SUBDIR= edict -DICTFILES= edict.gz edicth enamdict.gz compdic.gz \ +DICTFILES= edict.gz edicth compdic.gz \ jddict.v02.gz j_places.gz ediclsd3.zip \ kanjidic.gz kanjd212.gz lawgledt.zip \ lingdic.zip geodic.gz pandpdic.zip \ aviation.zip findic.zip mktdic.zip \ compverb.gz 4jwords.gz concrete.zip +BROKENDICTFILES= enamdict.gz NODOCFILES= edict_doc.txt edict_doc.html edicth.doc \ enamdict_doc.txt enamdict_doc.html jddict.doc \ @@ -66,6 +64,7 @@ do-install: ${MKDIR} ${DATADIR} ; \ fi @for file in ${DICTFILES}; do \ + echo $$file; \ case $$file in \ *.gz) \ instfile=`${BASENAME} $$file .gz` ; \ @@ -99,4 +98,6 @@ do-install: ) ; \ done +post-install: + ${CAT} ${PKGMESSAGE} .include -- cgit v1.2.3