From 37955496bd8cd53e2450bdd73a0ecbd87d6fb06e Mon Sep 17 00:00:00 2001 From: veego Date: Sat, 6 Oct 2001 21:41:30 +0000 Subject: Fix the MASTER_SITES. Some ftp paths changed. --- databases/postgresql/Makefile.common | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'databases') diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index 8a1f74d6cf3..0570d7806c2 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2001/09/07 08:49:10 jlam Exp $ +# $NetBSD: Makefile.common,v 1.23 2001/10/06 21:41:30 veego Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution. @@ -13,11 +13,11 @@ DISTNAME= postgresql-${PG_DIST_VERS} CATEGORIES+= databases MASTER_SITES= http://www.postgresql.org/ftpsite/v${PG_DIST_VERS}/ \ ftp://ftp.PostgreSQL.org/pub/v${PG_DIST_VERS}/ \ - ftp://ftp.de.postgresql.org/v${PG_DIST_VERS}/ \ - ftp://ch.postgresql.org/mirror/postgresql/pub/v${PG_DIST_VERS}/ \ + ftp://ftp.de.postgresql.org/pub/v${PG_DIST_VERS}/ \ + ftp://ch.postgresql.org/mirror/postgresql/v${PG_DIST_VERS}/ \ ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/v${PG_DIST_VERS}/ \ ftp://looking-glass.usask.ca/pub/postgresql/v${PG_DIST_VERS}/ \ - ftp://ftp.sunsite.auc.dk/mirrors/www.postgresql.org/pub/v${PG_DIST_VERS}/ \ + ftp://ftp.sunsite.auc.dk/mirrors/postgresql/v${PG_DIST_VERS}/ \ ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/v${PG_DIST_VERS}/ MAINTAINER= jlam@netbsd.org -- cgit v1.2.3