diff options
author | ghen <ghen> | 2006-02-27 09:17:20 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-02-27 09:17:20 +0000 |
commit | 18eb69e62305accc473c1f402a81dad6907783e6 (patch) | |
tree | 63fcb9002d231a382423342f34fc53625dfd4d25 /databases | |
parent | fd49559ee0df34086657d68a5b59e77129a7dc5f (diff) | |
download | pkgsrc-18eb69e62305accc473c1f402a81dad6907783e6.tar.gz |
Remove non-existent http mirror.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql74/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common index ffbd903039f..e14c6a953fe 100644 --- a/databases/postgresql74/Makefile.common +++ b/databases/postgresql74/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2006/02/21 20:23:49 joerg Exp $ +# $NetBSD: Makefile.common,v 1.31 2006/02/27 09:17:20 ghen Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -16,7 +16,6 @@ MASTER_SITES?= \ ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/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}/ \ - http://www.postgresql.org/ftpsite/source/v${DIST_VERS}/ \ ftp://ftp.postgresql.org/pub/source/v${DIST_VERS}/ EXTRACT_SUFX= .tar.bz2 |