summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-04-12 13:26:11 +0000
committertron <tron@pkgsrc.org>2006-04-12 13:26:11 +0000
commit73ffecf1b7c3b6cf1aee413a92d7207a5ae06724 (patch)
treeba953d468b2c4fa7712bca1e0ee6d389b78ec97b /databases
parent76395306824ab5e13002ee051cc43ead135d18ba (diff)
downloadpkgsrc-73ffecf1b7c3b6cf1aee413a92d7207a5ae06724.tar.gz
Remove another "pkglint" error after clarification about the correct
fix from Roland Illig.
Diffstat (limited to 'databases')
-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.