MacPorts: The missing man pages
April 13, 2008 @ 21:17
It just hit me the other day; why havn’t I been able to browse the man pages for some of the tools that I’ve installed using MacPorts?
Turns out my shell didn’t know about the path where MacPorts installs the man pages (which on my system happen to be /opt/local/man). A quick edit of my .profile, adding the following line…
export MANPATH=$MANPATH:”/opt/local/man”
…and tada, stuff like man pages for tools installed by MacPorts works again. Happy hacking.
Featured articles
- RSS feeds - the hidden gems of delicious
(December 28, 2008 – No Comments) - Command of the day: nl
(December 18, 2008 – No Comments) - Ain’t no language high enough
(December 17, 2008 – No Comments) - Google Mail / Safari: Stealing focus when loading is complete is not OK
(December 7, 2008 – 1 Comment)