diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /benchmarks/xengine | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
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 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 |