diff options
author | nork <nork@FreeBSD.org> | 2003-04-19 00:17:47 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-19 00:17:47 +0800 |
commit | 31f739d8eb1f8468989ab86457f9d6ce47a0542c (patch) | |
tree | 5a30efb25f9307c8e0e65d425e3815a8c1b89f3d /databases/mysql60-client | |
parent | b2c9db345f76be5705874f7075b84997ee53ef4a (diff) | |
download | freebsd-ports-gnome-31f739d8eb1f8468989ab86457f9d6ce47a0542c.tar.gz freebsd-ports-gnome-31f739d8eb1f8468989ab86457f9d6ce47a0542c.tar.zst freebsd-ports-gnome-31f739d8eb1f8468989ab86457f9d6ce47a0542c.zip |
Repo copy & update to MySQL 4.1.0 aka mysql41-server/mysql41-client.
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
Diffstat (limited to 'databases/mysql60-client')
-rw-r--r-- | databases/mysql60-client/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/mysql60-client/Makefile b/databases/mysql60-client/Makefile index 99cc26f7f145..cfd9e1b04604 100644 --- a/databases/mysql60-client/Makefile +++ b/databases/mysql60-client/Makefile @@ -1,15 +1,15 @@ -# New ports collection makefile for: MySQL-client -# Date created: Sun Mar 3 12:20:35 CET 2002 -# Whom: Alex Dupre <sysadmin@alexdupre.com> +# New ports collection makefile for: MySQL-client +# Date created: Fri Apr 11 10:06:26 CET 2003 +# Whom: Alex Dupre <sysadmin@alexdupre.com> # # $FreeBSD$ # PORTNAME= mysql -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -client -MASTERDIR= ${.CURDIR}/../mysql40-server +MASTERDIR= ${.CURDIR}/../mysql41-server COMMENT= Multithreaded SQL database (client) PKGINSTALL= mustnotexist PLIST= ${PKGDIR}/pkg-plist.client |