Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/ibus inputmethod/ibus: allow no-op SUBST b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52e491676239
branches:  trunk
changeset: 431767:52e491676239
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 14:16:20 2020 +0000

description:
inputmethod/ibus: allow no-op SUBST block

diffstat:

 inputmethod/ibus/bad-env-usage.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r e9651a05d1e5 -r 52e491676239 inputmethod/ibus/bad-env-usage.mk
--- a/inputmethod/ibus/bad-env-usage.mk Sat May 16 14:16:16 2020 +0000
+++ b/inputmethod/ibus/bad-env-usage.mk Sat May 16 14:16:20 2020 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index