summaryrefslogtreecommitdiff
path: root/devel/prcs
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
commit37f2224fa6a14520df830ae1daeba9b877daa347 (patch)
tree13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /devel/prcs
parent- reorder patches (diff)
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes: svn path=/head/; revision=69436
Diffstat (limited to 'devel/prcs')
-rw-r--r--devel/prcs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile
index 7b1adc7690dc..83115b36a8b8 100644
--- a/devel/prcs/Makefile
+++ b/devel/prcs/Makefile
@@ -15,6 +15,8 @@ MAINTAINER= sam@inf.enst.fr
USE_GMAKE= yes
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+
MAN1= prcs.1
.include <bsd.port.pre.mk>
@@ -27,7 +29,7 @@ PLIST_SUB+= EMACS='@comment '
pre-configure:
.if !exists(${LOCALBASE}/bin/emacs)
- ${PERL} -pi -e "s@^(SUBDIRS = .*) emacs (.*)@\1 \2@" \
+ ${REINPLACE_CMD} -e "s@^(SUBDIRS = .*) emacs (.*)@\1 \2@" \
${WRKSRC}/Makefile.in
.endif