summaryrefslogtreecommitdiff
path: root/benchmarks/dbench
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-07-30 15:50:37 +0000
committerminskim <minskim@pkgsrc.org>2004-07-30 15:50:37 +0000
commit7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01 (patch)
tree35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks/dbench
parent3c7cd2a68c125ac1b8318eb64662a065e9d9d03d (diff)
downloadpkgsrc-7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/dbench')
-rw-r--r--benchmarks/dbench/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 203e8e40ccb..e78e66a4d6d 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.5 2004/07/30 15:50:37 minskim Exp $
#
DISTNAME= dbench-1.3
@@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://samba.org/ftp/tridge/dbench/README
COMMENT= Simulation of the Ziff-Davis netbench benchmark
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}/dbench
.include "../../mk/bsd.prefs.mk"
@@ -17,6 +19,8 @@ WRKSRC= ${WRKDIR}/dbench
MAKE_ENV+= DB_LDFLAGS="-lrt" TB_LDFLAGS="-lsocket -lnsl"
.endif
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dbench ${PREFIX}/bin/dbench
${INSTALL_PROGRAM} ${WRKSRC}/tbench ${PREFIX}/bin/tbench