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/lmbench/Makefile | |
parent | 485f69c405fc8271520cf840638b177a337b49f9 (diff) | |
download | pkgsrc-ffd9dd826138d4e63fb730d9faf4f5c8dc1031f7.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/lmbench/Makefile')
-rw-r--r-- | benchmarks/lmbench/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index 464c5700532..9da774314e7 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/05/07 15:25:13 cjep Exp $ +# $NetBSD: Makefile,v 1.19 2004/07/30 15:50:37 minskim Exp $ DISTNAME= lmbench-2alpha11 PKGNAME= lmbench-2.11a @@ -10,11 +10,15 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.bitmover.com/lm/lmbench/ COMMENT= Complete benchmark that gives a large amount of information +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_GNU_TOOLS+= make ALL_TARGET= build MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} +INSTALLATION_DIRS= man/man1 man/man3 man/man8 + post-configure: @cd ${WRKSRC}; \ for f in src/Makefile; do \ |