aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/edict-utf-8/Makefile
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2010-04-21 04:20:00 +0800
committerlx <lx@FreeBSD.org>2010-04-21 04:20:00 +0800
commit4af7cf54c610a30f6d2aa98c2344557fe9f58613 (patch)
tree4a35b6f252e92cdf285fd1b0944cde72506a7b72 /japanese/edict-utf-8/Makefile
parent7f097d65b230d2d20fc2e34119bfb24da5422581 (diff)
downloadfreebsd-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/Makefile4
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 \
;; \
*) \