diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-28 18:50:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-28 18:50:58 +0000 |
commit | e34037ebdd55d8fe2a43faae7fe2a1c976d9bb9e (patch) | |
tree | b2f2c8818e53d1a6ebc0e5a17b73e56c20684e08 /databases/mysql54-client | |
parent | cb43929ab5937daea273c4e2ed0ab0f4db67c59b (diff) | |
download | ports-e34037ebdd55d8fe2a43faae7fe2a1c976d9bb9e.tar.gz ports-e34037ebdd55d8fe2a43faae7fe2a1c976d9bb9e.zip |
Notes
Diffstat (limited to 'databases/mysql54-client')
-rw-r--r-- | databases/mysql54-client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mysql54-client/Makefile b/databases/mysql54-client/Makefile index f4e9a0f2a7c1..c3b64c96e586 100644 --- a/databases/mysql54-client/Makefile +++ b/databases/mysql54-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.16 1998/02/23 02:55:16 steve Exp $ +# $Id: Makefile,v 1.18 1998/03/28 14:43:30 steve Exp $ # DISTNAME= mysql-3.21.26-gamma @@ -16,6 +16,8 @@ MASTER_SITES= http://www.buoy.com/mysql/Downloads/MySQL-3.21/ \ MAINTAINER= josh@ican.net +BROKEN= package + MAN1= mysql.1 USE_GMAKE= YES |