K 10 svn:author V 6 marino K 8 svn:date V 27 2014-05-30T10:14:40.831326Z K 7 svn:log V 418 textproc/no-hunspell: use explicit UNZIP_CMD (requires infozip) The tool needed for extract is zip. However UNZIP_CMD explicitly refers to zipinfo, and UNZIP_NATIVE_CMD isn't available on DragonFly. To future- proof the port, convert EXTRACT_CMD and EXTRACT_BEFORE_ARGS to UNZIP_CMD and the default zip extraction args. The (small) price is a new dependency on infozip. Covered by general infrastructure blanket. END