K 10 svn:author V 6 marino K 8 svn:date V 27 2014-05-30T08:50:20.090670Z K 7 svn:log V 410 www/firefox(seamonkey)-i18n: explicitly use UNZIP_CMD The extraction of xpi requires zip (infozip to be precise). Rather than use variables EXTRACT_CMD and EXTRACT_BEFORE_ARGS, use UNZIP_CMD and the default "-qo" arguments to future-proof these ports (depending on the implemention, the original variables may default to tar arguments if they are defined at all). Covered by general infrastructure blanket. END