port installation -> how to redirect compilation messages somewhere else

Hello,

I'm installing ports in classic way:
Code:
cd /usr/ports/x/y/
make install clean
I want to redirect messages from make/gcc from stdout to some file. I don't mean to use standard console redirections ('>' or '>>'), I saw this option somewhere, but I am unable to find it right now.
A lot of messages while compiling for ex. KDE makes me sick and unnecessairly charges the wire.
 
No, I'm trying to remind where I saw (and tested) example where output of port compilation went to /tmp/somefile
 
Back
Top