diff options
author | asami <asami@FreeBSD.org> | 1998-08-20 13:29:17 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-20 13:29:17 +0000 |
commit | 92204f6e3c5cfe5c3cc4bc2773b4c00031725614 (patch) | |
tree | f31670c966b3fdc01f82daca1ad9f422cf444df8 /databases/mysql54-client | |
parent | 0ce0f22bf5fe8c2f7b941575a5cd2cdd5e6b85db (diff) | |
download | FreeBSD-ports-92204f6e3c5cfe5c3cc4bc2773b4c00031725614.zip FreeBSD-ports-92204f6e3c5cfe5c3cc4bc2773b4c00031725614.tar.gz |
/bin/cp /usr/ports/databases/mysql/work/mysql-3.21.33/data/mysql/*.frm /usr/local/share/mysql/mysql
/usr/ports/databases/mysql/work/mysql-3.21.33/scripts/mysql_install_db
Didn't find the 'data' directory in the current directory
You should be in the distribution directory when executing this script
Please go to the directory where you unpacked this distribution
and start this script with 'scripts/mysql_install_db'
*** Error code 1
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 5f3eae0..a66ac18 100644 --- a/databases/mysql54-client/Makefile +++ b/databases/mysql54-client/Makefile @@ -3,7 +3,7 @@ # Date created: 14 Aug 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.21 1998/04/29 01:10:01 jseger Exp $ +# $Id: Makefile,v 1.22 1998/08/14 12:05:26 thepish Exp $ # DISTNAME= mysql-3.21.33 @@ -17,6 +17,8 @@ MASTER_SITES= http://www.buoy.com/mysql/Downloads/ \ MAINTAINER= josh@ican.net +BROKEN= build + MAN1= mysql.1 USE_GMAKE= YES |