mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
RE is an extended RE, -E to REINPLACE.
Noticed on: bento
This commit is contained in:
parent
042fddca5f
commit
fbb0331bd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69501
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue