diff options
author | sketch <sketch@pkgsrc.org> | 2005-05-18 15:00:35 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2005-05-18 15:00:35 +0000 |
commit | a4f11c1732721001c641f9ea7f3653f6d302d854 (patch) | |
tree | 150c23245c861c25307327411ba6e6a1f33143e6 /databases/mysql-client | |
parent | 2c1b4ab90196d6a9bacae522e1107bb827b56e80 (diff) | |
download | pkgsrc-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/mysql-client')
-rw-r--r-- | databases/mysql-client/Makefile.common | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/mysql-client/Makefile.common b/databases/mysql-client/Makefile.common index 3293e0c5341..08d68454916 100644 --- a/databases/mysql-client/Makefile.common +++ b/databases/mysql-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.41 2005/05/16 03:04:44 jlam Exp $ +# $NetBSD: Makefile.common,v 1.42 2005/05/18 15:00:35 sketch Exp $ DISTNAME= mysql-4.0.24 CATEGORIES= databases @@ -93,8 +93,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" |