aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql60-scripts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql60-scripts/Makefile')
-rw-r--r--databases/mysql60-scripts/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/databases/mysql60-scripts/Makefile b/databases/mysql60-scripts/Makefile
deleted file mode 100644
index bb4acfcf8a31..000000000000
--- a/databases/mysql60-scripts/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: MySQL-scripts
-# Date created: 28 Jan 2006
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mysql
-PKGNAMESUFFIX= -scripts
-
-COMMENT= Multithreaded SQL database (scripts)
-
-MASTERDIR= ${.CURDIR}/../mysql51-server
-
-PKGINSTALL= mustnotexist
-PKGMESSAGE= mustnotexist
-PLIST= ${PKGDIR}/pkg-plist.scripts
-
-SCRIPTS_ONLY= yes
-USE_PERL5= yes
-
-.include "${MASTERDIR}/Makefile"