diff options
author | lx <lx@FreeBSD.org> | 2010-04-21 04:20:00 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2010-04-21 04:20:00 +0800 |
commit | 4af7cf54c610a30f6d2aa98c2344557fe9f58613 (patch) | |
tree | 4a35b6f252e92cdf285fd1b0944cde72506a7b72 /japanese/edict-utf-8/Makefile | |
parent | 7f097d65b230d2d20fc2e34119bfb24da5422581 (diff) | |
download | freebsd-ports-gnome-4af7cf54c610a30f6d2aa98c2344557fe9f58613.tar.gz freebsd-ports-gnome-4af7cf54c610a30f6d2aa98c2344557fe9f58613.tar.zst freebsd-ports-gnome-4af7cf54c610a30f6d2aa98c2344557fe9f58613.zip |
Roll a new update, fix bug in zip extraction.
Submitted by: ä»äº Pierre
Diffstat (limited to 'japanese/edict-utf-8/Makefile')
-rw-r--r-- | japanese/edict-utf-8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile index acdde28674cc..68aa352d123c 100644 --- a/japanese/edict-utf-8/Makefile +++ b/japanese/edict-utf-8/Makefile @@ -6,7 +6,7 @@ # PORTNAME= edict-utf-8 -PORTVERSION= 20070314 +PORTVERSION= 20100420 CATEGORIES= japanese MASTER_SITES= http://redundancy.redundancy.org/mirror/${PORTNAME}/ DISTFILES= ${DICTFILES} @@ -57,7 +57,7 @@ do-extract: ;; \ *.zip) \ instfile=`${BASENAME} $$file .zip` ; \ - ${UNZIP_CMD} -c ${_DISTDIR}/$$file -x ${NODOCFILES} 2>/dev/null \ + ${UNZIP_CMD} -qq -c ${_DISTDIR}/$$file -x ${NODOCFILES} 2>/dev/null \ > ${WRKSRC}/$$instfile.euc-jp \ ;; \ *) \ |