diff options
author | tron <tron@pkgsrc.org> | 2006-04-12 13:26:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-04-12 13:26:11 +0000 |
commit | 73ffecf1b7c3b6cf1aee413a92d7207a5ae06724 (patch) | |
tree | ba953d468b2c4fa7712bca1e0ee6d389b78ec97b /databases | |
parent | 76395306824ab5e13002ee051cc43ead135d18ba (diff) | |
download | pkgsrc-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.common | 6 |
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. |