diff options
author | obache <obache> | 2011-08-31 12:14:33 +0000 |
---|---|---|
committer | obache <obache> | 2011-08-31 12:14:33 +0000 |
commit | 05ca26e980e2979b5010fa51d19a3c1a7dc6fde4 (patch) | |
tree | 4bc91adb2c8f5ff290a8eb6e56a674b4ea336723 /games/zombies | |
parent | 5e88e0e0fe018cb71aa319510dd6ff6b804ee9ba (diff) | |
download | pkgsrc-05ca26e980e2979b5010fa51d19a3c1a7dc6fde4.tar.gz |
from *.c/*.h files, set LICENSE=2-clause-bsd.
Diffstat (limited to 'games/zombies')
-rw-r--r-- | games/zombies/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/zombies/Makefile b/games/zombies/Makefile index 83a628657ed..f16b825238e 100644 --- a/games/zombies/Makefile +++ b/games/zombies/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2011/05/28 23:23:49 dholland Exp $ +# $NetBSD: Makefile,v 1.18 2011/08/31 12:14:33 obache Exp $ DISTNAME= zombies-1.0 PKGREVISION= 5 @@ -8,6 +8,7 @@ MASTER_SITES= http://www.thistledown.com.au/software/ MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://www.thistledown.com.au/software/ COMMENT= Simple robots-like game where you destroy the zombies +LICENSE= 2-clause-bsd USE_GAMESGROUP= yes |