diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-08 08:58:24 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-08 08:58:24 +0000 |
commit | 16c0520e22a524e69221934c03573742322d1703 (patch) | |
tree | dc52ab4a3b2aae426ef3303dfacd51d88422d1c8 /databases/mysql50-client | |
parent | Mark FORBIDDEN because of FreeBSD-SA-03:05.xdr and (diff) |
Fix mysql default db installation.
Noticed by: many
Notes
Notes:
svn path=/head/; revision=103278
Diffstat (limited to 'databases/mysql50-client')
-rw-r--r-- | databases/mysql50-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql50-client/Makefile b/databases/mysql50-client/Makefile index ef007652addc..704759cd7716 100644 --- a/databases/mysql50-client/Makefile +++ b/databases/mysql50-client/Makefile @@ -6,6 +6,7 @@ # PORTNAME= mysql +PORTREVISION= 1 PKGNAMESUFFIX= -client COMMENT= Multithreaded SQL database (client) |