diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-04-24 10:47:36 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-04-24 10:47:36 +0000 |
commit | a45b9d2e54c0f2e0f47c1df65752503815d3d13c (patch) | |
tree | 09d020ce67a226a492011c1ea0bbb4d4a9dea893 /databases/postgresql7 | |
parent | 5017b00ec84c236fb838e88234133239672d0456 (diff) | |
download | ports-a45b9d2e54c0f2e0f47c1df65752503815d3d13c.tar.gz ports-a45b9d2e54c0f2e0f47c1df65752503815d3d13c.zip |
Notes
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} |