summaryrefslogtreecommitdiff
path: root/databases/mysql322-client/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-01-27 11:38:00 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-01-27 11:38:00 +0000
commitbd3f22144083a374e3e4ce541436e4d0f39a5067 (patch)
tree18593020862d9f12df1b7119ef631ee0895191cb /databases/mysql322-client/Makefile
parentAdd ruby-strscan to RUN_DEPENDS. Seems y2racc requires it. (diff)
Good bye, good old friend. You have served many of us so well...
But you know we have mysql323-{client,server} these days which is just better.
Notes
Notes: svn path=/head/; revision=37643
Diffstat (limited to 'databases/mysql322-client/Makefile')
-rw-r--r--databases/mysql322-client/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/databases/mysql322-client/Makefile b/databases/mysql322-client/Makefile
deleted file mode 100644
index 2cbefd327295..000000000000
--- a/databases/mysql322-client/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# ports collection makefile for: MySQL-client
-# Date created: Thu Jun 24 00:12:22 CEST 1999
-# Whom: Dirk Froemberg <dirk@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
-PORTREVISION= 0
-
-MASTERDIR= ${.CURDIR}/../mysql322-server
-COMMENT= ${PKGDIR}/pkg-comment.client
-PKGINSTALL= mustnotexist
-PLIST= ${PKGDIR}/pkg-plist.client
-
-CLIENT_ONLY= yes
-
-.include "${MASTERDIR}/Makefile"