summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2010-02-26 11:35:01 +0000
committerJohan van Selst <johans@FreeBSD.org>2010-02-26 11:35:01 +0000
commitf8a2f7d4838cfc1361ff3066c2c0980656bd1645 (patch)
tree5679505eb935c6f1abc8287d5eef1ea2f65f7f80 /textproc
parentUpdate to 0.1.2 (diff)
Fix build breakage caused by missing -E in previous commit. Oops.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=250365
Diffstat (limited to 'textproc')
-rw-r--r--textproc/flex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile
index 0bc8100316d1..b20fdabac18e 100644
--- a/textproc/flex/Makefile
+++ b/textproc/flex/Makefile
@@ -36,7 +36,7 @@ PLIST_SUB+= NLS="@comment "
.endif
post-patch: .SILENT
- ${REINPLACE_CMD} -e 's/tests//' \
+ ${REINPLACE_CMD} -Ee 's/tests//' \
-e 's/^([[:space:]]*)\$$\(RANLIB\) ([^ ;]*)/\1chmod u+w \2;&/' \
${WRKSRC}/Makefile.in
${REINPLACE_CMD} -e 's/@MAKEINFO@/& --no-split/g' \