diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-11 23:37:16 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-11 23:37:16 +0000 |
commit | 54a33a1c80bf4b57049a8a7adbe0c1cab310433c (patch) | |
tree | ff441d599b9c6cd9ef24d2c0afc76fba3ece85bd /databases/mysql323-client | |
parent | 5e99d8a3cf0e3a44c69189f62e564f751aac7bb7 (diff) | |
download | ports-54a33a1c80bf4b57049a8a7adbe0c1cab310433c.tar.gz ports-54a33a1c80bf4b57049a8a7adbe0c1cab310433c.zip |
Fix typo in MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=15291
Diffstat (limited to 'databases/mysql323-client')
-rw-r--r-- | databases/mysql323-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql323-client/Makefile b/databases/mysql323-client/Makefile index 7316866ed93a..08e67c4712df 100644 --- a/databases/mysql323-client/Makefile +++ b/databases/mysql323-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.33 1998/12/01 02:56:08 asami Exp $ +# $Id: Makefile,v 1.34 1998/12/11 23:33:47 billf Exp $ # DISTNAME= mysql-3.22.10-beta @@ -12,7 +12,7 @@ CATEGORIES= databases MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \ ftp://ftp.digex.net/pub/database/mysql/Downloads/MySQL-3.22/ \ ftp://ftp.bse.bg/pub/Unix/database/MySQL/ \ - ftp://ftp.plig.net/pub/database/mysql/Downloads/MySQL-3.22/ \ + ftp://ftp.plig.net/pub/mysql/Downloads/MySQL-3.22/ \ ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.22/ MAINTAINER= ibex@physik.TU-Berlin.DE |