diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-20 20:32:53 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-20 20:32:53 +0000 |
commit | 43ba6e5a93b0961421fe0dc7ddb2084a9308e0b2 (patch) | |
tree | 72f4158b8cb5a323d638c2f8f2b58384ccbc533e /databases/postgresql73 | |
parent | 2fac64ee224a3e4fa1240356d6ed29986bdefb20 (diff) | |
download | ports-43ba6e5a93b0961421fe0dc7ddb2084a9308e0b2.tar.gz ports-43ba6e5a93b0961421fe0dc7ddb2084a9308e0b2.zip |
add another mastersite
Notes
Notes:
svn path=/head/; revision=18035
Diffstat (limited to 'databases/postgresql73')
-rw-r--r-- | databases/postgresql73/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile index fc1d0f9e8faf..817f396649be 100644 --- a/databases/postgresql73/Makefile +++ b/databases/postgresql73/Makefile @@ -3,12 +3,14 @@ # Date created: November 13, 1998 # Whom: Marc G. Fournier <scrappy@FreeBSD.ORG> # -# $Id: Makefile,v 1.36 1999/04/12 20:39:12 andreas Exp $ +# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $ # DISTNAME= postgresql-6.4.2 CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ +MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ + ftp://ftp.iodynamics.com/pub/mirror/postgresql/ + MAINTAINER= andreas@FreeBSD.ORG |