Convert some absolute URLs to relative&local URLs.

This commit is contained in:
Wolfram Schneider 1998-04-27 09:52:39 +00:00
parent e5ac248ccc
commit fdeef50b17
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2743
2 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $Id: ports.cgi,v 1.16 1998-04-27 09:44:06 wosch Exp $
# $Id: ports.cgi,v 1.17 1998-04-27 09:52:39 wosch Exp $
#
# ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description
@ -76,14 +76,14 @@ sub init_variables {
#
$remotePrefixHtml =
'http://www.freebsd.org/ports';
'../ports';
# CVS Web interface
$remotePrefixCvs =
'http://www.freebsd.org/cgi/cvsweb.cgi/ports';
# Ports documentation
$portsDesc = 'http://www.freebsd.org/ports/';
$portsDesc = '../ports/';
# location of the tiny BSD daemon
$daemonGif = '<IMG SRC="/gifs/littlelogo.gif">';

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $Id: ports.cgi,v 1.16 1998-04-27 09:44:06 wosch Exp $
# $Id: ports.cgi,v 1.17 1998-04-27 09:52:39 wosch Exp $
#
# ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description
@ -76,14 +76,14 @@ sub init_variables {
#
$remotePrefixHtml =
'http://www.freebsd.org/ports';
'../ports';
# CVS Web interface
$remotePrefixCvs =
'http://www.freebsd.org/cgi/cvsweb.cgi/ports';
# Ports documentation
$portsDesc = 'http://www.freebsd.org/ports/';
$portsDesc = '../ports/';
# location of the tiny BSD daemon
$daemonGif = '<IMG SRC="/gifs/littlelogo.gif">';