1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add mysql40-scripts, a slave port containing additional scripts for the

MySQL database.
This commit is contained in:
Alex Dupre 2004-02-23 15:34:49 +00:00
parent 6bfba5744c
commit d764dfa3c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101868
2 changed files with 22 additions and 0 deletions

View File

@ -84,6 +84,7 @@
SUBDIR += mysql323-client
SUBDIR += mysql323-server
SUBDIR += mysql40-client
SUBDIR += mysql40-scripts
SUBDIR += mysql40-server
SUBDIR += mysql41-client
SUBDIR += mysql41-server

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: MySQL-scripts
# Date created: Mon Feb 23 15:01:35 CET 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mysql
PORTREVISION= 0
PKGNAMESUFFIX= -scripts
COMMENT= Multithreaded SQL database (scripts)
MASTERDIR= ${.CURDIR}/../mysql40-server
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/pkg-plist.scripts
SCRIPTS_ONLY= yes
.include "${MASTERDIR}/Makefile"