diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /benchmarks/postmark | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'benchmarks/postmark')
-rw-r--r-- | benchmarks/postmark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index 85db8538a64..db5028cb393 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2003/03/28 21:14:13 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/29 12:40:13 jmmv Exp $ # FreeBSD ID: ports/benchmarks/postmark/Makefile,v 1.2 1999/09/19 05:13:20 obrien Exp # DISTNAME= postmark-1_5.c PKGNAME= postmark-1.5 +WRKSRC= ${WRKDIR} CATEGORIES= benchmarks MASTER_SITES= http://www.netapp.com/ftp/ EXTRACT_SUFX= # @@ -15,7 +16,6 @@ COMMENT= NetApps file system benchmark EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} postmark.c NO_CONFIGURE= yes -WRKSRC= ${WRKDIR} do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o postmark postmark.c) |