summaryrefslogtreecommitdiff
path: root/benchmarks/hint
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /benchmarks/hint
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'benchmarks/hint')
-rw-r--r--benchmarks/hint/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile
index f39ba1c3289..0055c7acd4e 100644
--- a/benchmarks/hint/Makefile
+++ b/benchmarks/hint/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2003/07/17 21:24:27 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/20 12:08:12 agc Exp $
# FreeBSD: Makefile,v 1.1.1.1 1998/06/15 18:09:43 ghelmer Exp
#
DISTNAME= hint_unix_serial
PKGNAME= hint.serial-98.06.12
-WRKSRC= ${WRKDIR}/unix
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.scl.ameslab.gov/pub/HINT/source/tar/
EXTRACT_SUFX= .tar
@@ -15,6 +14,8 @@ COMMENT= Scalable benchmark for testing CPU and memory performance
ALL_TARGET= DOUBLE INT
+WRKSRC= ${WRKDIR}/unix
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/DOUBLE ${PREFIX}/bin/hint-double
${INSTALL_PROGRAM} ${WRKSRC}/INT ${PREFIX}/bin/hint-int