diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-03 00:17:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-03 00:17:27 +0000 |
commit | 148ec7e9c2d87245e468fb2225e8ea940bf351a2 (patch) | |
tree | 27576eeb507d5bf5998ee859e6258ae7ccaceeed /japanese/edict-utf-8 | |
parent | 2b1f651481129c0f364fecbea8fb3790386e20bc (diff) | |
download | ports-148ec7e9c2d87245e468fb2225e8ea940bf351a2.tar.gz ports-148ec7e9c2d87245e468fb2225e8ea940bf351a2.zip |
Notes
Diffstat (limited to 'japanese/edict-utf-8')
-rw-r--r-- | japanese/edict-utf-8/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
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 <bsd.port.post.mk> |