pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/bytebench Fixed path to the Perl interprete...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83f221213d7f
branches:  trunk
changeset: 515050:83f221213d7f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jun 22 21:50:38 2006 +0000

description:
Fixed path to the Perl interpreter. Bumped PKGREVISION.

diffstat:

 benchmarks/bytebench/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 0dd07dea9c55 -r 83f221213d7f benchmarks/bytebench/Makefile
--- a/benchmarks/bytebench/Makefile     Thu Jun 22 21:48:59 2006 +0000
+++ b/benchmarks/bytebench/Makefile     Thu Jun 22 21:50:38 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2005/12/29 06:21:32 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2006/06/22 21:50:38 rillig Exp $
 
 DISTNAME=              unixbench-4.1.0
 PKGNAME=               ${DISTNAME:S/unix/byte/}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            benchmarks
 MASTER_SITES=          http://www.tux.org/pub/tux/benchmarks/System/unixbench/
 EXTRACT_SUFX=          .tgz
@@ -23,6 +23,9 @@
 
 INSTALLATION_DIRS=     bin
 
+REPLACE_PERL+=         pgms/perlbench
+USE_TOOLS+=            perl:run
+
 post-extract:
        ${RM} -f ${WRKSRC}/pgms/select
 



Home | Main Index | Thread Index | Old Index