diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-04 15:56:17 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-04 15:56:17 +0000 |
commit | 8a1140ca5e78e0db18e74122d129af8926bebe09 (patch) | |
tree | 5f0ed58c5ffd6adda64f8c5ff45d55f95e0fbf60 /databases/mysql50-client | |
parent | Add koffice-i18n-ca. This port is set to IGNORE, (diff) |
Finally MySQL 5.0 appears in the ports tree!
PR: ports/60559
Submitted by: me
Approved by: nork (mentor/implicitly)
Notes
Notes:
svn path=/head/; revision=99976
Diffstat (limited to 'databases/mysql50-client')
-rw-r--r-- | databases/mysql50-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql50-client/Makefile b/databases/mysql50-client/Makefile index c7f06b1749e1..7fc18c8b3fd6 100644 --- a/databases/mysql50-client/Makefile +++ b/databases/mysql50-client/Makefile @@ -11,7 +11,7 @@ PKGNAMESUFFIX= -client COMMENT= Multithreaded SQL database (client) -MASTERDIR= ${.CURDIR}/../mysql41-server +MASTERDIR= ${.CURDIR}/../mysql50-server PKGINSTALL= mustnotexist PLIST= ${PKGDIR}/pkg-plist.client |