summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-06 10:25:40 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-06 10:25:40 +0000
commit74b85b9755c379a3c6b413544376e8449f993342 (patch)
treef7910ebcb2ac0d699327378cf2ba46fc6921e5a7 /databases
parent- Update to 2.4.0 (diff)
databases/mysql5{5,6}-server: set shebangfix for perl
PR: ports/182071 Approved by: maintainer timeout
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql55-server/Makefile4
-rw-r--r--databases/mysql56-server/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile
index 9c9b04821327..3c7ca8c1eec1 100644
--- a/databases/mysql55-server/Makefile
+++ b/databases/mysql55-server/Makefile
@@ -15,7 +15,7 @@ COMMENT?= Multithreaded SQL database (server)
LICENSE= GPLv2
SLAVEDIRS= databases/mysql55-client
-USES= cmake
+USES= cmake shebangfix
NO_OPTIONS_SORT=yes
OPTIONS_DEFINE= SSL FASTMTX
@@ -42,6 +42,8 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \
-DWITH_LIBEDIT=0 \
-DWITH_LIBWRAP=1
+SHEBANG_FILES= scripts/*.pl* scripts/*.sh
+
.ifdef USE_MYSQL
.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
.endif
diff --git a/databases/mysql56-server/Makefile b/databases/mysql56-server/Makefile
index cb8ac1993a5d..b2a01e83361c 100644
--- a/databases/mysql56-server/Makefile
+++ b/databases/mysql56-server/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= ale@FreeBSD.org
COMMENT?= Multithreaded SQL database (server)
SLAVEDIRS= databases/mysql56-client
-USES= cmake
+USES= cmake shebangfix
CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \
-DINSTALL_DOCREADMEDIR="share/doc/mysql" \
@@ -33,6 +33,8 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \
-DWITH_EDITLINE=system \
-DWITH_LIBWRAP=1
+SHEBANG_FILES= scripts/*.pl* scripts/*.sh
+
.ifdef USE_MYSQL
.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
.endif