Fix build breakage caused by missing -E in previous commit. Oops.

Feature safe:	yes
This commit is contained in:
Johan van Selst 2010-02-26 11:35:01 +00:00
parent 822eed94ec
commit f8a2f7d483
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250365

View File

@ -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' \