Attempt to fix ports searching from the FreeBSD website.
This commit is contained in:
parent
9f2b4380d1
commit
251097f6bb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40011
1 changed files with 1 additions and 1 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue