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/battleball | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/battleball')
-rw-r--r-- | games/battleball/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index f3a805f56d7..943e0bc3d09 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2003/11/06 19:06:42 gavan Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/20 12:15:39 agc Exp $ DISTNAME= battleball.21.src PKGNAME= battleball-2.1 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/battleball-2.1-src CATEGORIES= games x11 MASTER_SITES= http://linuxberg.prover.com.br/files/x11/entertain/ @@ -11,6 +10,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.cs.utexas.edu/users/pahardin/bb.html COMMENT= 3d game of soccer, with tanks +WRKSRC= ${WRKDIR}/battleball-2.1-src USE_BUILDLINK2= YES USE_X11= YES USE_GCC_SHLIB= YES |