diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-20 13:29:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-20 13:29:17 +0000 |
commit | 7cd6f24734a1a2c092f02c3ec5562ad3d34a19b5 (patch) | |
tree | 70c8c8dd0df356db376336db4a257246eeeec94e /databases/mysql41-client | |
parent | f937a478e3ed14beea59db891d4d131b19323ca1 (diff) | |
download | ports-7cd6f24734a1a2c092f02c3ec5562ad3d34a19b5.tar.gz ports-7cd6f24734a1a2c092f02c3ec5562ad3d34a19b5.zip |
/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
Notes
Notes:
svn path=/head/; revision=12691
Diffstat (limited to 'databases/mysql41-client')
-rw-r--r-- | databases/mysql41-client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mysql41-client/Makefile b/databases/mysql41-client/Makefile index 5f3eae05a630..a66ac18324f4 100644 --- a/databases/mysql41-client/Makefile +++ b/databases/mysql41-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 |