summaryrefslogtreecommitdiff
path: root/databases/mysql5-client
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-04-12 11:00:24 +0000
committertron <tron@pkgsrc.org>2006-04-12 11:00:24 +0000
commitb93c0c0137f31755797564fbbe451d082ebc2d94 (patch)
tree4516a5bddf78cacd5481a09fd1fc501a82961f98 /databases/mysql5-client
parent1c7ab8c04d2b766705c6ca1bfcec929fdc86e08a (diff)
downloadpkgsrc-b93c0c0137f31755797564fbbe451d082ebc2d94.tar.gz
Fix some non disputable errors reported by "pkglint".
Diffstat (limited to 'databases/mysql5-client')
-rw-r--r--databases/mysql5-client/Makefile4
-rw-r--r--databases/mysql5-client/Makefile.common8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/mysql5-client/Makefile b/databases/mysql5-client/Makefile
index f7477226eb3..c381f533a41 100644
--- a/databases/mysql5-client/Makefile
+++ b/databases/mysql5-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/03/30 03:44:42 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2006/04/12 11:00:24 tron Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
PKGREVISION= 1
@@ -12,7 +12,7 @@ CONFLICTS= {mysql-client-[0-9]*,mysql3-client-[0-9]*}
CONFIGURE_ARGS+= --without-extra-tools
CONFIGURE_ARGS+= --without-server
CONFIGURE_ARGS+= --enable-thread-safe-client
-UNWRAP_FILES= scripts/mysql_config
+UNWRAP_FILES+= scripts/mysql_config
INFO_FILES= # PLIST
post-install:
diff --git a/databases/mysql5-client/Makefile.common b/databases/mysql5-client/Makefile.common
index 1f0f29d7f60..f018a0e26ab 100644
--- a/databases/mysql5-client/Makefile.common
+++ b/databases/mysql5-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2006/03/03 04:00:09 grant Exp $
+# $NetBSD: Makefile.common,v 1.8 2006/04/12 11:00:24 tron Exp $
DISTNAME= mysql-5.0.18
CATEGORIES= databases
@@ -103,21 +103,21 @@ SUBST_STAGE.mk= post-patch
SUBST_FILES.mk= dbug/Makefile.in heap/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-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_MESSAGE.scripts= "Fixing scripts."
+SUBST_MESSAGE.scripts= Fixing scripts.
# Detect correctly sem_init(3) on NetBSD.
.if !empty(OPSYS:MNetBSD)
SUBST_CLASSES+= sem
SUBST_STAGE.sem= post-patch
SUBST_FILES.sem= configure
-SUBST_SED.sem= "s|-lposix4|-lrt|g"
+SUBST_SED.sem= -e "s|-lposix4|-lrt|g"
.endif
.include "../../security/openssl/buildlink3.mk"