unzip_command in bsd.command.mk

I have some problems to compiles some ports (I don't install, only make packages)

Code:
iso8879-1986_2 depends on executable: unzip - found
/usr/local/bin/unzip: no such file or directory

I don't understand.
The unzip binary is found in /usr/bin/unzip
But, in bsd.commands.mk, UNZIP_COMMAND is set to {$LOCALBASE}/bin/unzip
That means /usr/local/bin/zip, right ?

so, bsd.commands.mk is false ??
 
Update your ports tree. This was discussed recently on the ports mailing list, and the fix should have gone in very recently.
 
Back
Top