summaryrefslogtreecommitdiff
path: root/devel/prcs
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-05 02:34:09 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-05 02:34:09 +0000
commitfbb0331bd117b03437f1be13e01a2f9995b9a6ef (patch)
treecc4d4e3ba9847a15880f3e4a398831abe1b25942 /devel/prcs
parentCleaned up regular expression to make sed happy. (diff)
RE is an extended RE, -E to REINPLACE.
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69501
Diffstat (limited to 'devel/prcs')
-rw-r--r--devel/prcs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile
index 83115b36a8b8..1fafdd3c4e7e 100644
--- a/devel/prcs/Makefile
+++ b/devel/prcs/Makefile
@@ -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