Point to new location for ports.tar.gz.
This commit is contained in:
parent
c8d13853a6
commit
1ce172ebd3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17752
2 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# by John Fieber <jfieber@freebsd.org>
|
||||
# Mon May 13 10:31:58 EST 1996
|
||||
# $FreeBSD: www/en/ports/portindex,v 1.46 2003/04/20 11:04:18 brueffer Exp $
|
||||
# $FreeBSD: www/en/ports/portindex,v 1.47 2003/07/10 21:41:29 osa Exp $
|
||||
|
||||
############################################################
|
||||
|
||||
|
@ -23,7 +23,7 @@ if ($ENV{'MASTER_FTP_SERVER'}) {
|
|||
}
|
||||
$base = "" if !$base;
|
||||
$baseHTTP = $base if !$baseHTTP;
|
||||
$baseFTP = "$ftpserver/pub/FreeBSD/branches/-current";
|
||||
$baseFTP = "$ftpserver/pub/FreeBSD/ports/ports";
|
||||
$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/"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/ports/ports.inc,v 1.65 2003/02/22 22:00:07 brueffer Exp $ -->
|
||||
<!-- $FreeBSD: www/en/ports/ports.inc,v 1.66 2003/07/12 23:00:19 kris Exp $ -->
|
||||
<p>The FreeBSD Ports and Packages Collection offers a simple way for
|
||||
users and administrators to install applications. The ports
|
||||
collection has been <a
|
||||
|
@ -22,7 +22,7 @@ contains any patches necessary to make the original application source
|
|||
code compile and run on FreeBSD. Installing an application is as
|
||||
simple as downloading the port, unpacking it and typing <tt>make</tt>
|
||||
in the port directory. For even greater convenience, you can simply
|
||||
install the <a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports.tar.gz">
|
||||
install the <a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/ports.tar.gz">
|
||||
entire ports hierarchy</a> at installation time (or use
|
||||
<a href="../doc/en_US.ISO8859-1/books/handbook/synching.html#CVSUP">CVSup</a> to track it on
|
||||
an ongoing basis) and have thousands of applications right at your
|
||||
|
|
Loading…
Reference in a new issue