summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-04-22 09:22:05 +0000
committerrillig <rillig@pkgsrc.org>2006-04-22 09:22:05 +0000
commit9fc2d7d28106475bc308a209655b44e662911609 (patch)
tree7693d63ffaaa57cf44393c3f1b19100370b24b85 /databases
parent1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff)
downloadpkgsrc-9fc2d7d28106475bc308a209655b44e662911609.tar.gz
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql4-client/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common
index 18173f0634b..1a1a8544e36 100644
--- a/databases/mysql4-client/Makefile.common
+++ b/databases/mysql4-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.50 2006/03/03 04:00:09 grant Exp $
+# $NetBSD: Makefile.common,v 1.51 2006/04/22 09:22:07 rillig Exp $
DISTNAME= mysql-4.1.15
CATEGORIES= databases
@@ -102,14 +102,14 @@ SUBST_FILES.mk= dbug/Makefile.in heap/Makefile.in isam/Makefile.in \
merge/Makefile.in mysys/Makefile.in \
strings/Makefile.in
SUBST_SED.mk= -e "/^install-exec:/s/install-pkglibLIBRARIES//"
-SUBST_MESSAGE.mk= "Fixing Makefiles."
+SUBST_MESSAGE.mk= Fixing Makefiles.
SUBST_STAGE.scripts= post-extract
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."
+SUBST_MESSAGE.scripts= Fixing scripts.
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"