diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2004-02-29 08:46:12 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-29 08:46:12 +0000 |
| commit | 2015e1ddb8e4ee77b1511709981cf2bb07f95243 (patch) | |
| tree | 33c2b1a06d7be65ef8f872982182a0493e72c438 /databases/mysql41-scripts | |
| parent | Sync with MySQL 4.0: (diff) | |
Add mysql41-scripts, a slave port containing additional scripts for the
MySQL database.
Diffstat (limited to 'databases/mysql41-scripts')
| -rw-r--r-- | databases/mysql41-scripts/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/mysql41-scripts/Makefile b/databases/mysql41-scripts/Makefile new file mode 100644 index 000000000000..32a8ac6a78b8 --- /dev/null +++ b/databases/mysql41-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}/../mysql41-server + +PKGINSTALL= mustnotexist +PLIST= ${PKGDIR}/pkg-plist.scripts + +SCRIPTS_ONLY= yes + +.include "${MASTERDIR}/Makefile" |
