aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql55-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql55-client/Makefile')
-rw-r--r--databases/mysql55-client/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/databases/mysql55-client/Makefile b/databases/mysql55-client/Makefile
deleted file mode 100644
index 8284511ecb0e..000000000000
--- a/databases/mysql55-client/Makefile
+++ /dev/null
@@ -1,17 +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}
-
-MASTERDIR= ${.CURDIR}/../mysql322-server
-COMMENT= ${PKGDIR}/COMMENT.client
-PKGINSTALL= mustnotexist
-PLIST= ${PKGDIR}/PLIST.client
-
-CLIENT_ONLY= yes
-
-.include "${MASTERDIR}/Makefile"