summaryrefslogtreecommitdiff
path: root/databases/mysql4-client
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2005-05-18 15:00:35 +0000
committersketch <sketch@pkgsrc.org>2005-05-18 15:00:35 +0000
commita4f11c1732721001c641f9ea7f3653f6d302d854 (patch)
tree150c23245c861c25307327411ba6e6a1f33143e6 /databases/mysql4-client
parent2c1b4ab90196d6a9bacae522e1107bb827b56e80 (diff)
downloadpkgsrc-a4f11c1732721001c641f9ea7f3653f6d302d854.tar.gz
Use RCD_SCRIPTS_SHELL on the scripts we install, as they do not use fully
portable shell constructs.
Diffstat (limited to 'databases/mysql4-client')
-rw-r--r--databases/mysql4-client/Makefile.common9
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common
index 6b2c2ca2499..25fa660fb3f 100644
--- a/databases/mysql4-client/Makefile.common
+++ b/databases/mysql4-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2005/05/16 03:04:44 jlam Exp $
+# $NetBSD: Makefile.common,v 1.38 2005/05/18 15:08:24 sketch Exp $
DISTNAME= mysql-4.1.11
CATEGORIES= databases
@@ -99,8 +99,11 @@ SUBST_FILES.mk= dbug/Makefile.in heap/Makefile.in isam/Makefile.in \
SUBST_SED.mk= -e "/^install-exec:/s/install-pkglibLIBRARIES//"
SUBST_MESSAGE.mk= "Fixing Makefiles."
SUBST_STAGE.scripts= post-extract
-SUBST_FILES.scripts= scripts/mysql_install_db.sh scripts/mysqld_safe.sh
-SUBST_SED.scripts= -e "s,chown,${CHOWN},g"
+SUBST_FILES.scripts= scripts/mysql_install_db.sh scripts/mysqld_safe.sh \
+ scripts/mysql_secure_installation.sh \
+ support-files/mysql.server.sh
+SUBST_SED.scripts= -e "s,chown,${CHOWN},g" \
+ -e "s,/bin/sh,${RCD_SCRIPTS_SHELL},g"
SUBST_MESSAGE.scripts= "Fixing scripts."
.include "../../security/openssl/buildlink3.mk"