From fdeef50b171144c9e5f1b6e0ac9e252c677d5e3f Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 27 Apr 1998 09:52:39 +0000 Subject: [PATCH] Convert some absolute URLs to relative&local URLs. --- data/cgi/ports.cgi | 6 +++--- en/cgi/ports.cgi | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/cgi/ports.cgi b/data/cgi/ports.cgi index 643bddf7d1..e25abca42f 100755 --- a/data/cgi/ports.cgi +++ b/data/cgi/ports.cgi @@ -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 = ''; diff --git a/en/cgi/ports.cgi b/en/cgi/ports.cgi index 643bddf7d1..e25abca42f 100755 --- a/en/cgi/ports.cgi +++ b/en/cgi/ports.cgi @@ -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 = '';