Add missing '('.
This commit is contained in:
parent
69e625a455
commit
7573608727
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9478
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
# by John Fieber <jfieber@freebsd.org>
|
# by John Fieber <jfieber@freebsd.org>
|
||||||
# Mon May 13 10:31:58 EST 1996
|
# Mon May 13 10:31:58 EST 1996
|
||||||
# $FreeBSD$
|
# $FreeBSD: www/en/ports/portindex,v 1.39 2001/05/21 14:39:32 kuriyama Exp $
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
|
@ -220,7 +220,7 @@ sub main {
|
||||||
print MOUTF "&blurb;";
|
print MOUTF "&blurb;";
|
||||||
print MOUTF "<hr><P>There are currently $portnumber ports in the
|
print MOUTF "<hr><P>There are currently $portnumber ports in the
|
||||||
FreeBSD Ports Collection.<br> <A HREF=\"$baseFTP/ports.tar.gz\">Download
|
FreeBSD Ports Collection.<br> <A HREF=\"$baseFTP/ports.tar.gz\">Download
|
||||||
a gzip'd tar file of all $portnumber ports</A> about 10 megabytes) or
|
a gzip'd tar file of all $portnumber ports</A> (about 10 megabytes) or
|
||||||
browse the following categories:\n";
|
browse the following categories:\n";
|
||||||
|
|
||||||
print MOUTF "<UL>\n";
|
print MOUTF "<UL>\n";
|
||||||
|
|
Loading…
Reference in a new issue