V
VIB-host
Guest
Originally posted by PaulC
The way I would do this is:
cd /usr
rm -R ports
fetch ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz
tar zxvf ports.tar.gz && rm ports.tar.gz
Then follow through the instructions to upgrade perl in the first post.
This was very helpfull, thanks a lot, it worked for me