diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-29 10:53:29 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-29 10:53:29 +0000 |
commit | 74f3f8505781ed5750c2d3be06f66476b80bf352 (patch) | |
tree | 52601f00f37c7e551362690707608dd7a20508a9 /databases/mysql50-client | |
parent | Move mysql.info installation in do-install stage. (diff) |
Sync with MySQL 4.0:
- get rid of perl dependency
- enhance man pages and scripts installation
- move additional scripts in mysql-scripts port
Notes
Notes:
svn path=/head/; revision=102508
Diffstat (limited to 'databases/mysql50-client')
-rw-r--r-- | databases/mysql50-client/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/mysql50-client/Makefile b/databases/mysql50-client/Makefile index 7fc18c8b3fd6..ef007652addc 100644 --- a/databases/mysql50-client/Makefile +++ b/databases/mysql50-client/Makefile @@ -6,7 +6,6 @@ # PORTNAME= mysql -PORTREVISION= 0 PKGNAMESUFFIX= -client COMMENT= Multithreaded SQL database (client) |