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 /benchmarks | |
parent | - reorder patches (diff) |
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes:
svn path=/head/; revision=69436
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dbench/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index f70dc13c8bd6..0884674ccc99 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -13,9 +13,10 @@ MASTER_SITES= ftp://samba.org/pub/tridge/dbench/ MAINTAINER= nyxo@dnuc.polyn.kiae.su WRKSRC= ${WRKDIR}/dbench +USE_REINPLACE= yes post-patch: - @${PERL} -pi -e 's/^CFLAGS.+//g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's/^CFLAGS.+//g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dbench ${PREFIX}/bin/dbench |