diff options
author | andreas <andreas@FreeBSD.org> | 1998-03-22 16:45:18 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-03-22 16:45:18 +0000 |
commit | ea27059749a2a03cc76bec9a01f7e575ebed2bc0 (patch) | |
tree | a963515e17db6a0ed811a26e8b4fd6941b1964df /databases/postgresql7 | |
parent | 094e5c875b9c082af7dbd38be5029d9fd672d98d (diff) | |
download | FreeBSD-ports-ea27059749a2a03cc76bec9a01f7e575ebed2bc0.zip FreeBSD-ports-ea27059749a2a03cc76bec9a01f7e575ebed2bc0.tar.gz |
Postgresql binary isn't fetchable, was removed from the master sites.
I think this is ok'd by Satoshi.
Submitted by: jseger@freebsd.scds.com
Diffstat (limited to 'databases/postgresql7')
-rw-r--r-- | databases/postgresql7/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql7/Makefile b/databases/postgresql7/Makefile index d582b83..0cc83ef 100644 --- a/databases/postgresql7/Makefile +++ b/databases/postgresql7/Makefile @@ -3,12 +3,11 @@ # Date created: April 2, 1997 # Whom: Marc G. Fournier <scrappy@FreeBSD.ORG> # -# $Id: Makefile,v 1.21 1997/12/04 11:44:52 asami Exp $ +# $Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp $ DISTNAME= postgresql-6.2.1 CATEGORIES= databases -MASTER_SITES= ftp://ftp.PostgreSQL.org/pub/ \ - ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/ +MASTER_SITES= http://www.freebsd.org/~andreas/download/ MAINTAINER= andreas@FreeBSD.ORG |