When EXTRACT_CMD was removed, it was replace by UNZIP_CMD which required
a new dependency on infozip. By using TAR to extract the zip archive
instead, that new dependency is no longer necessary.
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.
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Explicitly list installing filenames
- Bump PORTREVISION for PORTNAME and PLIST change
- Sort PLIST
- Cosmetic change