RE is an extended RE, -E to REINPLACE.

Noticed on: bento
This commit is contained in:
Edwin Groothuis 2002-11-05 02:34:09 +00:00
parent 042fddca5f
commit fbb0331bd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69501

View file

@ -29,7 +29,7 @@ PLIST_SUB+= EMACS='@comment '
pre-configure:
.if !exists(${LOCALBASE}/bin/emacs)
${REINPLACE_CMD} -e "s@^(SUBDIRS = .*) emacs (.*)@\1 \2@" \
${REINPLACE_CMD} -Ee "s@^(SUBDIRS = .*) emacs (.*)@\1 \2@" \
${WRKSRC}/Makefile.in
.endif