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 /textproc/diffutils/Makefile | |
| parent | - reorder patches (diff) | |
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes:
svn path=/head/; revision=69436
Diffstat (limited to 'textproc/diffutils/Makefile')
| -rw-r--r-- | textproc/diffutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/diffutils/Makefile b/textproc/diffutils/Makefile index feb830ec0999..20664a5d15a8 100644 --- a/textproc/diffutils/Makefile +++ b/textproc/diffutils/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= diffutils MAINTAINER= rooneg@electricjellyfish.net +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g @@ -26,7 +27,7 @@ remove-info-files: post-patch: patch-makeinfo patch-makeinfo: - @${PERL} -pi.fbsd -e 's|makeinfo|makeinfo --no-split|g' \ + @${REINPLACE_CMD} -e 's|makeinfo|makeinfo --no-split|g' \ ${WRKSRC}/Makefile.in post-install: install-info |
