diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 06f56759ab83097f935dffe578fb2580c3043d6b (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /games/eus-demo/Makefile | |
parent | 4d370739c847b8a33d050da71dc46a270cd4b967 (diff) | |
download | pkgsrc-06f56759ab83097f935dffe578fb2580c3043d6b.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/eus-demo/Makefile')
-rw-r--r-- | games/eus-demo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/eus-demo/Makefile b/games/eus-demo/Makefile index 31f65b83449..0e4e51386d4 100644 --- a/games/eus-demo/Makefile +++ b/games/eus-demo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2003/09/19 05:18:37 dent Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/20 12:15:40 agc Exp $ DISTNAME= eus-demo PKGNAME= eus-demo-1.0 -WRKSRC= ${WRKDIR}/${WRKNAME} CATEGORIES= games x11 MASTER_SITES= ftp://ftp.linuxgames.com/loki/demos/eus/ \ ftp://download.linuxlords.com/pub/demos/eus/ \ @@ -12,6 +11,7 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://www.lokigames.com/products/eus/ COMMENT= Eric's Ultimate Solitaire (linux demo) +WRKSRC= ${WRKDIR}/${WRKNAME} NO_CONFIGURE= yes # Someone needs to look at alpha, powerpc and sparc compat_linux |