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/finalbattle/Makefile | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/finalbattle/Makefile')
-rw-r--r-- | games/finalbattle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/finalbattle/Makefile b/games/finalbattle/Makefile index ad2f2c86a25..5cad65cdb79 100644 --- a/games/finalbattle/Makefile +++ b/games/finalbattle/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/03/29 12:41:03 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:15:40 agc Exp $ # DISTNAME= finalbattle.0.0 PKGNAME= finalbattle-0.0 -WRKSRC= ${WRKDIR}/final CATEGORIES= games x11 MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/finalbattle/ @@ -11,6 +10,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.sonic.net/~nbs/unix/x/finalbattle/ COMMENT= Multiplayer space battle simulation for X +WRKSRC= ${WRKDIR}/final MAKEFILE= makefile USE_X11BASE= yes |