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/xengine | |
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/xengine')
-rw-r--r-- | benchmarks/xengine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile index 9f84169f44d..19191d99b8e 100644 --- a/benchmarks/xengine/Makefile +++ b/benchmarks/xengine/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2003/02/25 03:34:57 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/29 12:40:14 jmmv Exp $ # FreeBSD Id: ports/benchmarks/xengine/Makefile,v 1.9 2000/02/02 22:31:24 mharo Exp DISTNAME= xengine-1.0.1 PKGREVISION= 1 +WRKSRC= ${WRKDIR} CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/comp.sources.x/volume09/xengine/ DISTFILES= part01.z patch1.z @@ -15,7 +16,6 @@ COMMENT= Reciprocating engine for X BUILD_DEPENDS= gsharutils-4.2.1:../../archivers/gsharutils DIST_SUBDIR= xengine -WRKSRC= ${WRKDIR} USE_IMAKE= yes EXTRACT_CMD= zcat ${DOWNLOADED_DISTFILE} | gunshar |