From 68b6aa31444ef102d16325c549d6fc2a44f1df4d Mon Sep 17 00:00:00 2001 From: osa Date: Wed, 11 Jun 2003 09:23:15 +0000 Subject: Use ${MASTER_SITE_PGSQL} instead of multiple sites Submitted by: osa Approved by: maintainer PR: 50397 Approved by: fjoe (implicit) --- databases/postgresql73/Makefile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'databases/postgresql73') diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile index 3465ae6d39fd..46ea0c90fb07 100644 --- a/databases/postgresql73/Makefile +++ b/databases/postgresql73/Makefile @@ -8,20 +8,7 @@ PORTNAME?= postgresql PORTVERSION?= 7.3.3 CATEGORIES?= databases -MASTER_SITES= ftp://ftp3.us.postgresql.org/pub/postgresql/%SUBDIR%/ \ - ftp://ftp5.us.postgresql.org/pub/PostgreSQL/%SUBDIR%/ \ - ftp://ftp10.us.postgresql.org/pub/postgresql/%SUBDIR%/ \ - ftp://ftp13.us.postgresql.org/mirror/postresql/%SUBDIR%/ \ - ftp://ftp8.us.postgresql.org/pub/pgsql/%SUBDIR%/ \ - ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/%SUBDIR%/ \ - ftp://ftp.se.postgresql.org/pub/database/relational/postgresql/%SUBDIR%/ \ - ftp://ftp2.ch.postgresql.org/mirror/postgresql/%SUBDIR%/ \ - ftp://ftp.de.postgresql.org/mirror/postgresql/%SUBDIR%/ \ - ftp://ftp.chg.ru/pub/databases/postgresql/%SUBDIR%/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/%SUBDIR%/ \ - ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/%SUBDIR%/ \ - ftp://ftp.us.postgresql.org/%SUBDIR%/ \ - ftp://ftp.postgresql.org/pub/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${PORTVERSION} DISTFILES= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \ postgresql-opt-${PORTVERSION}${EXTRACT_SUFX} -- cgit