diff options
author | asami <asami@FreeBSD.org> | 1998-08-20 21:29:17 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-20 21:29:17 +0800 |
commit | 92204f6e3c5cfe5c3cc4bc2773b4c00031725614 (patch) | |
tree | f31670c966b3fdc01f82daca1ad9f422cf444df8 /databases/mysql322-server | |
parent | 0ce0f22bf5fe8c2f7b941575a5cd2cdd5e6b85db (diff) | |
download | freebsd-ports-gnome-92204f6e3c5cfe5c3cc4bc2773b4c00031725614.tar.gz freebsd-ports-gnome-92204f6e3c5cfe5c3cc4bc2773b4c00031725614.tar.zst freebsd-ports-gnome-92204f6e3c5cfe5c3cc4bc2773b4c00031725614.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
Diffstat (limited to 'databases/mysql322-server')
-rw-r--r-- | databases/mysql322-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mysql322-server/Makefile b/databases/mysql322-server/Makefile index 5f3eae05a630..a66ac18324f4 100644 --- a/databases/mysql322-server/Makefile +++ b/databases/mysql322-server/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 |