diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:10:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:10:41 +0000 |
commit | 9f28a7693e4ce0bcbc428ce0b4903fd08e48c277 (patch) | |
tree | 32753f525564172a32d1355a9d866b18ec723128 /games/zombies | |
parent | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (diff) | |
download | pkgsrc-9f28a7693e4ce0bcbc428ce0b4903fd08e48c277.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'games/zombies')
-rw-r--r-- | games/zombies/Makefile | 3 | ||||
-rw-r--r-- | games/zombies/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/zombies/Makefile b/games/zombies/Makefile index d18cce9c018..67efefc59cc 100644 --- a/games/zombies/Makefile +++ b/games/zombies/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/06/26 14:50:33 simonb Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 15:11:06 wiz Exp $ DISTNAME= zombies-1.0 CATEGORIES= games @@ -6,5 +6,6 @@ MASTER_SITES= http://www.thistledown.com.au/software/ \ ftp://melanoma.cs.rmit.edu.au/pub/simonb/ MAINTAINER= simonb@netbsd.org +COMMENT= Simple robots-like game where you destroy the zombies .include "../../mk/bsd.pkg.mk" diff --git a/games/zombies/pkg/COMMENT b/games/zombies/pkg/COMMENT deleted file mode 100644 index 15c9dccb602..00000000000 --- a/games/zombies/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Simple robots-like game where you destroy the zombies |