www/http-parser: unbreak the port's build against WITH_DEBUG
When building WITH_DEBUG, bsd.port.mk would change the target from
install-strip' to plain install', thus it must be patched in the
same way as `install-strip' to avoid using -D option which meaning
is different in GNU and BSD implementations of install(1).
PR: 260277