Attempt to fix ports searching from the FreeBSD website.

This commit is contained in:
Glen Barber 2012-11-15 21:03:36 +00:00
parent 9f2b4380d1
commit 251097f6bb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40011

View file

@ -114,7 +114,7 @@ sub init_variables {
$remotePrefixHtml = "$hsty_base/ports";
# CVS Web interface
$remotePrefixCvs = 'http://cvsweb.FreeBSD.org/ports';
$remotePrefixCvs = 'http://svnweb.FreeBSD.org/ports/head';
# Ports documentation
$portsDesc = "$hsty_base/ports/";