aboutsummaryrefslogtreecommitdiff
path: root/devel/prcs/Makefile
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/Makefile
parent042fddca5f6c5e2f10a67ac524c7bb9bbc22b474 (diff)
downloadports-fbb0331bd117b03437f1be13e01a2f9995b9a6ef.tar.gz
ports-fbb0331bd117b03437f1be13e01a2f9995b9a6ef.zip
Notes
Diffstat (limited to 'devel/prcs/Makefile')
-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