I know how to install the three adobe fonts: MinionPro, MyriadPro and MnSymbol in a Mac (OS 10.6, 10.7, 10.8 and 10.9) where MacTeX 2010 is already installed. This can be done following the steps:
Download texmf.cnf and texmf-extra in Desktop (these two files can be found in MinionPro-Installation)
Enter in a terminal shell
Command: sudo /bin/bash
Enter password
Command: mv /Users//Desktop/texmf-extra /usr/local
Command: mv /Users//Desktop/texmf.cnf /usr/local/texlive/2010/texmf/web2c
Command: export PATH=/usr/texbin:$PATH
Command: updmap-sys --edit
Add in the end of the edited file the following three lines: Map MinionPro.map Map MyriadPro.map Map MnSymbol.map
Save and wait for reconfiguration of the system - Until you get "updmap: Done"
Unfortunately these steps do not work with MacTex 2013. Apparently, step 6 has to change to:
mv /Users//Desktop/texmf.cnf /usr/local/texlive/2013/texmf/web2c
but still this does not help.
Can anybody help?