diff options
author | veego <veego@pkgsrc.org> | 2001-10-06 21:41:30 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2001-10-06 21:41:30 +0000 |
commit | 37955496bd8cd53e2450bdd73a0ecbd87d6fb06e (patch) | |
tree | 448688b6ada808e95134820b737930b99636a970 /databases/postgresql | |
parent | 7fe9fe2687272277ebd9c72b312bd2d899390e02 (diff) | |
download | pkgsrc-37955496bd8cd53e2450bdd73a0ecbd87d6fb06e.tar.gz |
Fix the MASTER_SITES. Some ftp paths changed.
Diffstat (limited to 'databases/postgresql')
-rw-r--r-- | databases/postgresql/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
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 |