summaryrefslogtreecommitdiff
path: root/mk/subst.mk
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-10-13 21:38:36 +0000
committerdholland <dholland@pkgsrc.org>2013-10-13 21:38:36 +0000
commit95df658ebe0b3616f4d60f3da83563859d81c402 (patch)
treee9aeaaf525d52f18701fe445ccbafeeb0f063ac6 /mk/subst.mk
parent8a68aabda2b6e4a851c287d21388f720ddab3443 (diff)
downloadpkgsrc-95df658ebe0b3616f4d60f3da83563859d81c402.tar.gz
Add note to SUBST_SED noting that -E is not a standard sed option.
From Leonardo Taccari in followup to PR 48254.
Diffstat (limited to 'mk/subst.mk')
-rw-r--r--mk/subst.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/mk/subst.mk b/mk/subst.mk
index 342ffbe1a06..ccda2c4aad5 100644
--- a/mk/subst.mk
+++ b/mk/subst.mk
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.53 2008/01/26 15:23:21 rillig Exp $
+# $NetBSD: subst.mk,v 1.54 2013/10/13 21:38:36 dholland Exp $
#
# This Makefile fragment implements a general text replacement facility.
# Package makefiles define a ``class'', for each of which a particular
@@ -23,8 +23,9 @@
# the filenames are either absolute or relative to ${WRKSRC}.
#
# SUBST_SED.<class>
-# List of sed(1) arguments to run on the specified files. Multiple
-# commands can be specified using the -e option of sed.
+# List of sed(1) arguments to run on the specified files.
+# Multiple commands can be specified using the -e option of sed.
+# Do not use non-standard sed options (e.g. -E).
#
# SUBST_VARS.<class>
# List of variables that are substituted whenever they appear in