summaryrefslogtreecommitdiff
path: root/devel/patch
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/patch
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/patch')
-rw-r--r--devel/patch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 9e767128f476..7f7a77ff7292 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -15,11 +15,12 @@ MAINTAINER= petef@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
+USE_REINPLACE= yes
MAN1= gpatch.1
post-patch:
- @${PERL} -pi -e 's!HAVE_SETMODE!HAVE_SETMODE_DISABLE!' \
+ @${REINPLACE_CMD} -e 's!HAVE_SETMODE!HAVE_SETMODE_DISABLE!' \
${WRKSRC}/config.hin
.include <bsd.port.mk>