diff options
Diffstat (limited to 'databases/mysql51-client')
-rw-r--r-- | databases/mysql51-client/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/mysql51-client/Makefile b/databases/mysql51-client/Makefile index 82f092ad9cfa..7652974311b6 100644 --- a/databases/mysql51-client/Makefile +++ b/databases/mysql51-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 |