diff options
author | ale <ale@FreeBSD.org> | 2004-02-23 15:34:49 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-23 15:34:49 +0000 |
commit | bfd149fb0d7393d593d812d5b691c0ab2cb3a608 (patch) | |
tree | 1fcf60c788720ed28378be783c30100363a53514 /databases | |
parent | 190b153995d61be3768cd2ab38d33db6d8da3169 (diff) | |
download | FreeBSD-ports-bfd149fb0d7393d593d812d5b691c0ab2cb3a608.zip FreeBSD-ports-bfd149fb0d7393d593d812d5b691c0ab2cb3a608.tar.gz |
Add mysql40-scripts, a slave port containing additional scripts for the
MySQL database.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/mysql40-scripts/Makefile | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 4619c73..826d7fc 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -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 diff --git a/databases/mysql40-scripts/Makefile b/databases/mysql40-scripts/Makefile new file mode 100644 index 0000000..51c445d --- /dev/null +++ b/databases/mysql40-scripts/Makefile @@ -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" |