Macports does not install man pages

Viewed 1056

I'm running OSX Mavericks and have installed Macports. I installed gcc via Macports which is working fine. However when I type man gcc I only get:

No manual entry for gcc

I was told I need to add the following to my .bash_profile

export MANPATH=/opt/local/share/man:$MANPATH

which I have done with no effect. Does Macports actually install the corresponding man pages? The man page for the 'port' command works fine as well as other preinstalled tools like clang.

Any help? Cheers.

3 Answers
Related