```
Mk/bsd.sanity.mk: mark WITH_HTTP(S)_PORT notneeded
- No ports use WITH_HTTP(S)_PORT
Depends on: https://reviews.freebsd.org/D15411
Depends on: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228212
```
The only 2 ports that use WITH_HTTP_PORT and WITH_HTTPS_PORT are
www/apache24 and security/axTLS.
For www/apache24 this no longer makes sense, the listening port is
defined in the apache24/httpd.conf and apache24/extra/httpd-ssl.conf
files.
For security/axTLS the variables are not used anywhere in the source
or SUB_FILES.