diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-07 21:59:42 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-07 21:59:42 +0000 |
commit | f357cdff956b3b54eb690b30a0a869f3fcf139fe (patch) | |
tree | c4e375bade37d3abdaa9a2157c37b6e82f83133b /japanese/edict-utf-8 | |
parent | 11eac3a86edd09594f846a1b9dcf1691a78e9ed5 (diff) | |
download | ports-f357cdff956b3b54eb690b30a0a869f3fcf139fe.tar.gz ports-f357cdff956b3b54eb690b30a0a869f3fcf139fe.zip |
Notes
Diffstat (limited to 'japanese/edict-utf-8')
-rw-r--r-- | japanese/edict-utf-8/Makefile | 3 |
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} |