summaryrefslogtreecommitdiff
path: root/databases/postgresql
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2002-03-12 22:09:35 +0000
committertv <tv@pkgsrc.org>2002-03-12 22:09:35 +0000
commit9ecf94c097f257de8175740c46072c6f518092bf (patch)
tree63df9582d7c1c2dad0426bc62281f4bb2d6713eb /databases/postgresql
parent1320d94a0711bbc3c1bdf1b0c6ac7d413cfe063f (diff)
downloadpkgsrc-9ecf94c097f257de8175740c46072c6f518092bf.tar.gz
Add directory level "source" to MASTER_SITES. Only the newest version
(now 7.2, but I'm not in a position to upgrade the whole shebang yet) is accessible directly form the top distro level.
Diffstat (limited to 'databases/postgresql')
-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/