I'm building a FreeBSD (4.8) box that will be a RT server. I did a minimal install and just cvsup'd all the ports. By default it comes with perl 5.005_03 There is a 5.8 port (which RT 3.x needs). Should I just: cd /usr/ports/lang/perl5.8 ; make clean ; make install or do I need to deinstall, upgrade, etc... the existing port?