summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench
diff options
context:
space:
mode:
authorminskim <minskim>2004-07-30 15:50:37 +0000
committerminskim <minskim>2004-07-30 15:50:37 +0000
commit34f0a2d9b1b9ca3d53f2835ec68dc5df62ee518a (patch)
tree35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks/lmbench
parenta87197ad00be94552108015b7a3947216b58c838 (diff)
downloadpkgsrc-34f0a2d9b1b9ca3d53f2835ec68dc5df62ee518a.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/lmbench')
-rw-r--r--benchmarks/lmbench/Makefile6
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 \