diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
commit | 37f2224fa6a14520df830ae1daeba9b877daa347 (patch) | |
tree | 13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /devel/patch | |
parent | 3ff37e385bb15e608586b24278ba3dde9ea57151 (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/Makefile | 3 |
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> |