summaryrefslogtreecommitdiff
path: root/benchmarks/hint
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/hint
parenta87197ad00be94552108015b7a3947216b58c838 (diff)
downloadpkgsrc-34f0a2d9b1b9ca3d53f2835ec68dc5df62ee518a.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/hint')
-rw-r--r--benchmarks/hint/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile
index 0055c7acd4e..ce0d70c6a87 100644
--- a/benchmarks/hint/Makefile
+++ b/benchmarks/hint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.17 2004/07/30 15:50:37 minskim Exp $
# FreeBSD: Makefile,v 1.1.1.1 1998/06/15 18:09:43 ghelmer Exp
#
@@ -12,10 +12,14 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.scl.ameslab.gov/Projects/HINT/
COMMENT= Scalable benchmark for testing CPU and memory performance
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
ALL_TARGET= DOUBLE INT
WRKSRC= ${WRKDIR}/unix
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/DOUBLE ${PREFIX}/bin/hint-double
${INSTALL_PROGRAM} ${WRKSRC}/INT ${PREFIX}/bin/hint-int