diff options
author | sketch <sketch> | 2005-05-18 15:00:35 +0000 |
---|---|---|
committer | sketch <sketch> | 2005-05-18 15:00:35 +0000 |
commit | 980b0907b8971eaa40e9a77932dfb63458e0cf3f (patch) | |
tree | 150c23245c861c25307327411ba6e6a1f33143e6 /databases/mysql4-client | |
parent | fbdb500f175b20a19ac9f23014bb87316d206b30 (diff) | |
download | pkgsrc-980b0907b8971eaa40e9a77932dfb63458e0cf3f.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.common | 9 |
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" |