diff options
author | rh <rh@pkgsrc.org> | 2000-05-24 09:11:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-05-24 09:11:24 +0000 |
commit | 905fee2d3889a0e9dbf5820d71f122003e39d0c7 (patch) | |
tree | 9aa504daca742973b1a4f4f0028fc286191c3a75 /databases | |
parent | 13c92c0b1a3519488a07a4b77318d44c2ddbdf72 (diff) | |
download | pkgsrc-905fee2d3889a0e9dbf5820d71f122003e39d0c7.tar.gz |
Fix MASTER_SITES
Add some additional mirrors
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/Makefile.common | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index c3b420fac19..cd81a5e08fc 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,12 +1,16 @@ -# $NetBSD: Makefile.common,v 1.2 2000/05/20 19:32:18 jlam Exp $ +# $NetBSD: Makefile.common,v 1.3 2000/05/24 09:11:24 rh Exp $ DISTNAME= postgresql-${PG_VERS} PG_VERS= 7.0 WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= databases -MASTER_SITES= ftp://ftp.PostgreSQL.org/pub/ \ - ftp://ftp.sunsite.auc.dk/mirrors/www.postgresql.org/pub/ \ - ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/ +MASTER_SITES= ftp://ftp.PostgreSQL.org/pub/v7.0/ \ + ftp://ftp.de.postgresql.org/v7.0/ \ + ftp://ch.postgresql.org/mirror/postgresql/pub/v7.0/ \ + ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/v7.0/ \ + ftp://looking-glass.usask.ca/pub/postgresql/v7.0/ \ + ftp://ftp.sunsite.auc.dk/mirrors/www.postgresql.org/pub/v7.0/ \ + ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/v7.0/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.PostgreSQL.ORG/ |