diff options
Diffstat (limited to 'databases/postgresql7')
-rw-r--r-- | databases/postgresql7/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql7/Makefile b/databases/postgresql7/Makefile index f9a8192f9dfa..9a57f50526b7 100644 --- a/databases/postgresql7/Makefile +++ b/databases/postgresql7/Makefile @@ -13,7 +13,9 @@ MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ \ ftp://ftp.de.postgresql.org/%SUBDIR%/ \ ftp://ftp.digex.net/pub/packages/database/postgresql/%SUBDIR%/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/%SUBDIR%/ + ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/%SUBDIR%/ \ + ftp://ftp.chg.ru/pub/databases/postgresql/%SUBDIR%/ + MASTER_SITE_SUBDIR= source/v${PORTVERSION} DISTFILES= ${PORTNAME}-base-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-opt-${PORTVERSION}${EXTRACT_SUFX} |