diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-01-31 16:02:39 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-01-31 16:02:39 +0000 |
commit | b62043221b3c551395356d35e5af4e0f7e27bb3d (patch) | |
tree | 85f3c5c1113767b61cec4507fb0d635abe5fc57d /databases/mysql40-client | |
parent | ec93488ff6e13140ab1aa50ad0f0bf0460880cc4 (diff) | |
download | ports-b62043221b3c551395356d35e5af4e0f7e27bb3d.tar.gz ports-b62043221b3c551395356d35e5af4e0f7e27bb3d.zip |
Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.
PR: 45543
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo-copy approved by: portmgr (will)
Repo-copy performed by: cvs (josefk)
Notes
Notes:
svn path=/head/; revision=74356
Diffstat (limited to 'databases/mysql40-client')
-rw-r--r-- | databases/mysql40-client/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/mysql40-client/Makefile b/databases/mysql40-client/Makefile index b5f3065ac95f..e9f4c3c3277e 100644 --- a/databases/mysql40-client/Makefile +++ b/databases/mysql40-client/Makefile @@ -1,14 +1,15 @@ -# ports collection makefile for: MySQL-client -# Date created: Sun Sep 24 21:21:20 CEST 2000 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> +# New ports collection makefile for: MySQL-client +# Date created: Sun Mar 3 12:20:35 CET 2002 +# Whom: Alex Dupre <sysadmin@alexdupre.com> # # $FreeBSD$ # -PORTNAME= mysql-client +PORTNAME= mysql PORTREVISION= 0 +PKGNAMESUFFIX= -client -MASTERDIR= ${.CURDIR}/../mysql323-server +MASTERDIR= ${.CURDIR}/../mysql40-server COMMENT= ${PKGDIR}/pkg-comment.client PKGINSTALL= mustnotexist PLIST= ${PKGDIR}/pkg-plist.client |