summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-07 21:59:42 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-07 21:59:42 +0000
commitf357cdff956b3b54eb690b30a0a869f3fcf139fe (patch)
treec4e375bade37d3abdaa9a2157c37b6e82f83133b
parent. switch from USES=iconv to USES=iconv:build; (diff)
Simplify a bit: utilise UCONV_CMD.
Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=326697
-rw-r--r--japanese/edict-utf-8/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile
index f3878e38ed73..42d2383eb490 100644
--- a/japanese/edict-utf-8/Makefile
+++ b/japanese/edict-utf-8/Makefile
@@ -13,8 +13,7 @@ COMMENT= Japanese-English edict UTF-8 dictionaries
EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
USES= iconv
-ICONV?= iconv
-CONVERT_CMD= ${ICONV} -c -f EUC-JP -t UTF-8
+CONVERT_CMD= ${ICONV_CMD} -c -f EUC-JP -t UTF-8
DIST_SUBDIR= ${PORTNAME}