Simplify a bit: utilise UCONV_CMD.
Approved by: portmgr (bapt, implicit)
This commit is contained in:
parent
11eac3a86e
commit
f357cdff95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326697
1 changed files with 1 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue