diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-27 09:17:20 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-27 09:17:20 +0000 |
commit | 81d0287a22aee5500771c1ec8acd9e473d850b1d (patch) | |
tree | 63fcb9002d231a382423342f34fc53625dfd4d25 | |
parent | 8ace78fb76ff77fb6c1a296d6caef0c01db7fde8 (diff) | |
download | pkgsrc-81d0287a22aee5500771c1ec8acd9e473d850b1d.tar.gz |
Remove non-existent http mirror.
-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 |