diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /benchmarks/hint | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'benchmarks/hint')
-rw-r--r-- | benchmarks/hint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile index 07f14552c61..56d87dd3554 100644 --- a/benchmarks/hint/Makefile +++ b/benchmarks/hint/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2002/02/25 04:47:21 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2003/03/29 12:40:11 jmmv 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 @@ -12,7 +13,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.scl.ameslab.gov/Projects/HINT/ COMMENT= Scalable benchmark for testing CPU and memory performance -WRKSRC= ${WRKDIR}/unix ALL_TARGET= DOUBLE INT do-install: |