summaryrefslogtreecommitdiff
path: root/databases/mysql55-client
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-20 13:29:17 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-20 13:29:17 +0000
commit7cd6f24734a1a2c092f02c3ec5562ad3d34a19b5 (patch)
tree70c8c8dd0df356db376336db4a257246eeeec94e /databases/mysql55-client
parentFix the path problem. (diff)
/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/mysql55-client')
-rw-r--r--databases/mysql55-client/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mysql55-client/Makefile b/databases/mysql55-client/Makefile
index 5f3eae05a630..a66ac18324f4 100644
--- a/databases/mysql55-client/Makefile
+++ b/databases/mysql55-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