STRIP has a different meaning when using bsd.lib.mk, and hence defining it as the path to the strip binary in the environment causes existing ports to break. Revert part of cb0504025c42 and define the path to the strip binary using STRIP_CMD instead of plain STRIP.
Fixes: cb0504025c42 ("bsd.port.mk: also export GNU strip when USE_BINUTILS is set")