summaryrefslogtreecommitdiff
path: root/databases/mysql5-client
diff options
context:
space:
mode:
authortron <tron>2006-04-12 13:26:11 +0000
committertron <tron>2006-04-12 13:26:11 +0000
commit3cd2c212ac6dd3001c84a4833acd4e75eca654b9 (patch)
treeba953d468b2c4fa7712bca1e0ee6d389b78ec97b /databases/mysql5-client
parent96a15e84e8f61362868d6db05f7676381ec1f287 (diff)
downloadpkgsrc-3cd2c212ac6dd3001c84a4833acd4e75eca654b9.tar.gz
Remove another "pkglint" error after clarification about the correct
fix from Roland Illig.
Diffstat (limited to 'databases/mysql5-client')
-rw-r--r--databases/mysql5-client/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysql5-client/Makefile.common b/databases/mysql5-client/Makefile.common
index f018a0e26ab..71a99e38b83 100644
--- a/databases/mysql5-client/Makefile.common
+++ b/databases/mysql5-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2006/04/12 11:00:24 tron Exp $
+# $NetBSD: Makefile.common,v 1.9 2006/04/12 13:26:11 tron Exp $
DISTNAME= mysql-5.0.18
CATEGORIES= databases
@@ -108,8 +108,8 @@ SUBST_STAGE.scripts= post-patch
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_SED.scripts= -e "s,chown,${CHOWN},g"
+SUBST_SED.scripts+= -e "s,/bin/sh,${RCD_SCRIPTS_SHELL},g"
SUBST_MESSAGE.scripts= Fixing scripts.
# Detect correctly sem_init(3) on NetBSD.