diff options
author | minskim <minskim> | 2004-07-30 15:50:37 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-07-30 15:50:37 +0000 |
commit | 34f0a2d9b1b9ca3d53f2835ec68dc5df62ee518a (patch) | |
tree | 35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks/dbench | |
parent | a87197ad00be94552108015b7a3947216b58c838 (diff) | |
download | pkgsrc-34f0a2d9b1b9ca3d53f2835ec68dc5df62ee518a.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/dbench')
-rw-r--r-- | benchmarks/dbench/Makefile | 6 |
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 |