PR: www/123846
Fix the Japanese ports pages.
This commit is contained in:
parent
53f916b1b2
commit
6d3560e218
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=32734
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# by John Fieber <jfieber@freebsd.org>
|
||||
# Mon May 13 10:31:58 EST 1996
|
||||
# $FreeBSD: www/ja/ports/portindex,v 1.31 2005/10/04 16:21:48 hrs Exp $
|
||||
# $FreeBSD: www/ja/ports/portindex,v 1.32 2006/08/19 21:24:43 hrs Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.49
|
||||
|
||||
|
@ -26,6 +26,7 @@ if ($ENV{'MASTER_FTP_SERVER'}) {
|
|||
$base = "" if !$base;
|
||||
$baseHTTP = $base if !$baseHTTP;
|
||||
$baseFTP = "$ftpserver/pub/FreeBSD/ports/ports";
|
||||
my $baseCVSWEB = 'http://www.FreeBSD.org/cgi/cvsweb.cgi/';
|
||||
$urlcgi = 'http://www.FreeBSD.org/cgi/url.cgi' if !$urlcgi;
|
||||
$packagesURL = "$ftpserver/pub/FreeBSD/ports/i386/packages-stable/All/"
|
||||
if !$packagesURL;
|
||||
|
|
Loading…
Reference in a new issue