summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-16 14:16:20 +0000
committerrillig <rillig@pkgsrc.org>2020-05-16 14:16:20 +0000
commitb32eae73a7deca26eccf87905efb74f7ea5404e2 (patch)
treec3e2ecc7c18d27dfa427d51e468bd8d0059b0d5d /inputmethod
parent6253eee282820d07698625953f19073717b9021e (diff)
downloadpkgsrc-b32eae73a7deca26eccf87905efb74f7ea5404e2.tar.gz
inputmethod/ibus: allow no-op SUBST block
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus/bad-env-usage.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/ibus/bad-env-usage.mk b/inputmethod/ibus/bad-env-usage.mk
index 4e145b7b02c..876c05b1a48 100644
--- a/inputmethod/ibus/bad-env-usage.mk
+++ b/inputmethod/ibus/bad-env-usage.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bad-env-usage.mk,v 1.2 2013/04/08 11:17:15 rodent Exp $
+# $NetBSD: bad-env-usage.mk,v 1.3 2020/05/16 14:16:20 rillig Exp $
#
# Makefile intended to be included by packages that need to fix bad env usage:
@@ -10,3 +10,4 @@ SUBST_STAGE.badenv= do-configure-pre-hook
SUBST_FILES.badenv= ${_REPLACE_LOCALEDIR}
SUBST_SED.badenv= -e 's|^ENV[ :]*=|BIN_ENV=|'
SUBST_SED.badenv+= -e 's|\$$(ENV)|$$\(BIN_ENV\)|g'
+SUBST_NOOP_OK.badenv= yes # since the files are listed individually