diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-11 20:33:50 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-11 20:33:50 +0000 |
commit | b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed (patch) | |
tree | 33bf3fe0052ed8974ed9a51c57c1e3d8549a229d /databases/mysql41-client | |
parent | a4d1a258e26e6e24449d9d2d10608281550a2eda (diff) | |
download | FreeBSD-ports-b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed.zip FreeBSD-ports-b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed.tar.gz |
Commit all Y2K/WWW_SITE changes to Makefiles...
Diffstat (limited to 'databases/mysql41-client')
-rw-r--r-- | databases/mysql41-client/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/mysql41-client/Makefile b/databases/mysql41-client/Makefile index 82f092a..7652974 100644 --- a/databases/mysql41-client/Makefile +++ b/databases/mysql41-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.43 1999/02/20 10:24:28 dirk Exp $ +# $Id: Makefile,v 1.44 1999/03/04 21:27:58 dirk Exp $ # DISTNAME= mysql-3.22.19b @@ -17,6 +17,9 @@ MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/My MAINTAINER= dirk@FreeBSD.ORG +Y2K= http://www.tcx.se/Manual_chapter/manual_Introduction.html#Year_2000_compliance +WWW_SITE= http://www.tcx.se/ + MAN1= mysql.1 USE_PERL5= YES |