diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /games/xtux | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/xtux')
-rw-r--r-- | games/xtux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xtux/Makefile b/games/xtux/Makefile index 4e306da3dfc..26b7e040528 100644 --- a/games/xtux/Makefile +++ b/games/xtux/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:39:48 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/20 12:15:42 agc Exp $ DISTNAME= xtux-arena-src-nov-15 PKGNAME= xtux-0.2000.11.15 -WRKSRC= ${WRKDIR}/xtux CATEGORIES= games MASTER_SITES= http://www.adelaide.net.au/~philaw/ \ ${MASTER_SITE_SOURCEFORGE:=xtux/} @@ -11,6 +10,7 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://xtux.sourceforge.net/ COMMENT= 2D multi-player shootout using images from the Open Software scene +WRKSRC= ${WRKDIR}/xtux USE_BUILDLINK2= YES USE_GMAKE= YES USE_X11= YES |