aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql55-scripts/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /databases/mysql55-scripts/Makefile
parent07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'databases/mysql55-scripts/Makefile')
-rw-r--r--databases/mysql55-scripts/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/databases/mysql55-scripts/Makefile b/databases/mysql55-scripts/Makefile
deleted file mode 100644
index bb4acfcf8a31..000000000000
--- a/databases/mysql55-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"