From 3cfd71c5f7d6ca937b5ee4fb79a1453c52422b87 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 13 Apr 2002 06:49:43 +0000 Subject: Fix problem with MASTER_SITES reported by Dan McMahill in private email. The make variable expansion differs between 1.5.x make and a -current make, so simplify it by flattening it out. --- databases/postgresql/Makefile.common | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'databases') diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index 305a392df1f..048fe22aefd 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2002/04/05 16:27:27 jlam Exp $ +# $NetBSD: Makefile.common,v 1.28 2002/04/13 06:49:43 jlam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution. @@ -11,15 +11,14 @@ DISTNAME?= postgresql-${DIST_VERS} CATEGORIES+= databases -PGSQL_SITES= http://www.postgresql.org/ftpsite/ \ - ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.de.postgresql.org/pub/ \ - ftp://ch.postgresql.org/mirror/postgresql/ \ - ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/ \ - ftp://looking-glass.usask.ca/pub/postgresql/ \ - ftp://ftp.sunsite.auc.dk/mirrors/postgresql/ \ - ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/ -MASTER_SITES?= ${PGSQL_SITES:=source/v${DIST_VERS}/} +MASTER_SITES?= http://www.postgresql.org/ftpsite/source/v${DIST_VERS}/ \ + ftp://ftp.postgresql.org/pub/source/v${DIST_VERS}/ \ + ftp://ftp.de.postgresql.org/pub/source/v${DIST_VERS}/ \ + ftp://ch.postgresql.org/mirror/postgresql/source/v${DIST_VERS}/ \ + ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/source/v${DIST_VERS}/ \ + ftp://looking-glass.usask.ca/pub/postgresql/source/v${DIST_VERS}/ \ + ftp://ftp.sunsite.auc.dk/mirrors/postgresql/source/v${DIST_VERS}/ \ + ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/source/v${DIST_VERS}/ MAINTAINER?= jlam@netbsd.org HOMEPAGE?= http://www.postgresql.org/ -- cgit v1.2.3