freebsd.org -> FreeBSD.org
This commit is contained in:
parent
632f538558
commit
b0abcbc5f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22376
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ else
|
|||
echo -n "$size KB" >>$of
|
||||
echo -n "</td><td>" >>$of
|
||||
dir=$(sed -n -e '3p' $1 | awk '{print $4}' | sed -e 's,^/[^/]*/[^/]*/,,')
|
||||
echo -n "<a href=\"http://www.freebsd.org/cgi/cvsweb.cgi/ports/$dir\">$dir</a>" >>$of
|
||||
echo -n "<a href=\"http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/$dir\">$dir</a>" >>$of
|
||||
echo -n "</td><td>" >>$of
|
||||
maint=$(sed -n -e '4p' $1 | awk '{print $3}')
|
||||
maints="$maints $maint"
|
||||
|
|
Loading…
Reference in a new issue