diff options
author | rillig <rillig> | 2006-06-22 21:50:38 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-22 21:50:38 +0000 |
commit | 50ca8e92c8cb2d47703aa29baf58a6b4dfaead96 (patch) | |
tree | 0d6f7a518e5f249c0ccf5c303729c97c580f1b55 /benchmarks | |
parent | d248cb8ce4ea7bb8cd43c980eb24ceaf2bb3fad7 (diff) | |
download | pkgsrc-50ca8e92c8cb2d47703aa29baf58a6b4dfaead96.tar.gz |
Fixed path to the Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bytebench/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile index 9f64e5445f5..a95c41f96a7 100644 --- a/benchmarks/bytebench/Makefile +++ b/benchmarks/bytebench/Makefile @@ -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 @@ OWN_DIRS= /var/bytebench INSTALLATION_DIRS= bin +REPLACE_PERL+= pgms/perlbench +USE_TOOLS+= perl:run + post-extract: ${RM} -f ${WRKSRC}/pgms/select |