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 | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /games/cbzone/Makefile | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/cbzone/Makefile')
-rw-r--r-- | games/cbzone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/cbzone/Makefile b/games/cbzone/Makefile index 999d83a39e6..fb55b1dc77e 100644 --- a/games/cbzone/Makefile +++ b/games/cbzone/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2003/03/29 12:41:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:15:39 agc Exp $ DISTNAME= cbzone-sound PKGNAME= cbzone-2.0c -WRKSRC= ${WRKDIR}/cbzone CATEGORIES= games x11 MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ MAINTAINER= root@garbled.net COMMENT= Simple classic game of 3D tank warfare +WRKSRC= ${WRKDIR}/cbzone USE_GMAKE= yes USE_IMAKE= yes |