summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql/Makefile.common18
1 files changed, 9 insertions, 9 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common
index 76436599629..1d9bef42b98 100644
--- a/databases/postgresql/Makefile.common
+++ b/databases/postgresql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2001/12/03 08:06:25 jlam Exp $
+# $NetBSD: Makefile.common,v 1.25 2002/03/12 22:09:35 tv Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution.
@@ -11,14 +11,14 @@
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/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/postgresql/v${PG_DIST_VERS}/ \
- ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/v${PG_DIST_VERS}/
+MASTER_SITES= http://www.postgresql.org/ftpsite/source/v${PG_DIST_VERS}/ \
+ ftp://ftp.PostgreSQL.org/pub/source/v${PG_DIST_VERS}/ \
+ ftp://ftp.de.postgresql.org/pub/source/v${PG_DIST_VERS}/ \
+ ftp://ch.postgresql.org/mirror/postgresql/source/v${PG_DIST_VERS}/ \
+ ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/source/v${PG_DIST_VERS}/ \
+ ftp://looking-glass.usask.ca/pub/postgresql/source/v${PG_DIST_VERS}/ \
+ ftp://ftp.sunsite.auc.dk/mirrors/postgresql/source/v${PG_DIST_VERS}/ \
+ ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/source/v${PG_DIST_VERS}/
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.postgresql.org/