summaryrefslogtreecommitdiff
path: root/benchmarks/xengine
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/xengine
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'benchmarks/xengine')
-rw-r--r--benchmarks/xengine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile
index 5829fd5637d..503524006e0 100644
--- a/benchmarks/xengine/Makefile
+++ b/benchmarks/xengine/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2003/07/20 09:54:52 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/20 12:08:12 agc 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,6 +14,7 @@ COMMENT= Reciprocating engine for X
BUILD_DEPENDS= gsharutils>=4.2.1:../../archivers/gsharutils
+WRKSRC= ${WRKDIR}
DIST_SUBDIR= xengine
USE_IMAKE= yes