diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-30 15:50:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-30 15:50:37 +0000 |
commit | ffd9dd826138d4e63fb730d9faf4f5c8dc1031f7 (patch) | |
tree | 35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks/bytebench | |
parent | 485f69c405fc8271520cf840638b177a337b49f9 (diff) | |
download | pkgsrc-ffd9dd826138d4e63fb730d9faf4f5c8dc1031f7.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/bytebench')
-rw-r--r-- | benchmarks/bytebench/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile index 6258b3067a3..cebbd9e3844 100644 --- a/benchmarks/bytebench/Makefile +++ b/benchmarks/bytebench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/27 00:53:12 heinz Exp $ +# $NetBSD: Makefile,v 1.15 2004/07/30 15:50:37 minskim Exp $ DISTNAME= unixbench-4.1.0 PKGNAME= bytebench-4.1.0 @@ -9,6 +9,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= root@garbled.net COMMENT= BYTE Magazine's Public Domain benchmark for UNIX +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_PKGINSTALL= yes BENCHMARK_ENV+= BINDIR=${WRKSRC}/pgms @@ -19,6 +21,8 @@ BENCHMARK_ENV+= TESTDIR=${WRKSRC}/tmp OWN_DIRS= /var/bytebench +INSTALLATION_DIRS= bin + post-extract: ${RM} -f ${WRKSRC}/pgms/select |