This project is archived. Its data is read-only.
OpenBSD install instructions
On https://www.torproject.org/download/download-unix.html.en, the OpenBSD install instructions should use the package, as opposed to the port. This: cd /usr/ports/net/tor && make && make install Should be replaced with this: pkg_add tor
issue