summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-22 20:12:14 +0000
committerrillig <rillig@pkgsrc.org>2020-03-22 20:12:14 +0000
commit67240279111954b16ab705bbc9832f42b9d9dc66 (patch)
tree88af419f47132d5b6c3a34d24e9d567fe1c50c10 /databases
parentfa85ce6ba440e2aa5b5118f6445e89cebfe5305f (diff)
downloadpkgsrc-67240279111954b16ab705bbc9832f42b9d9dc66.tar.gz
databases/mysql56-client: allow no-op SUBST class
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql56-client/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql56-client/Makefile.common b/databases/mysql56-client/Makefile.common
index 61313ab53e2..6ecc34c7465 100644
--- a/databases/mysql56-client/Makefile.common
+++ b/databases/mysql56-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.54 2020/03/17 18:59:16 adam Exp $
+# $NetBSD: Makefile.common,v 1.55 2020/03/22 20:12:14 rillig Exp $
#
# used by databases/mysql56-client/Makefile
# used by databases/mysql56-server/Makefile
@@ -117,6 +117,7 @@ SUBST_SED.scr= -e "s,chown,${CHOWN},g"
SUBST_SED.scr+= -e "s,/bin/sh,${RCD_SCRIPTS_SHELL},g"
SUBST_SED.scr+= -e "s,@SHELL_PATH@,${RCD_SCRIPTS_SHELL},g"
SUBST_MESSAGE.scr= Fixing scripts.
+SUBST_NOOP_OK.scr= yes # since RCD_SCRIPTS_SHELL may be /bin/sh
SUBST_CLASSES+= fixpaths
SUBST_STAGE.fixpaths= post-install