#19343: openssl: man page names conflict with system man page names ------------------------------------+--------------------------------------- Reporter: aetherknight@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.1 Keywords: openssl man | Port: openssl ------------------------------------+--------------------------------------- Changes (by raimue@…): * cc: raimue@… (added) Comment: As Apple applies a suffix to the man pages, it would make perfect sense to do the same. In `/usr/share/man/man1` exists both `passwd.1.gz` and `passwd.1ssl.gz`, so you can choose between the man pages using `man 1 passwd` and `man 1ssl passwd`. I took a quick look at the OpenSSL Makefile and I assume it would be as easy as passing `MANSUFFIX=ssl` in build.args. -- Ticket URL: <http://trac.macports.org/ticket/19343#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS