pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mysql5-client Remove another "pkglint" error...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd9dbff253e5
branches:  trunk
changeset: 511247:dd9dbff253e5
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Apr 12 13:26:11 2006 +0000

description:
Remove another "pkglint" error after clarification about the correct
fix from Roland Illig.

diffstat:

 databases/mysql5-client/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r c6c30040f0f0 -r dd9dbff253e5 databases/mysql5-client/Makefile.common
--- a/databases/mysql5-client/Makefile.common   Wed Apr 12 13:21:04 2006 +0000
+++ b/databases/mysql5-client/Makefile.common   Wed Apr 12 13:26:11 2006 +0000
@@ -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_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.



Home | Main Index | Thread Index | Old Index