diff options
author | wiz <wiz> | 2001-02-16 15:10:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:10:41 +0000 |
commit | 98241a1a9938b8c1e7729645aca8072f4b06e0ac (patch) | |
tree | 32753f525564172a32d1355a9d866b18ec723128 /games/zombies | |
parent | 0e6fa9f644599b5f010ffe053765f5a3dcfbbe32 (diff) | |
download | pkgsrc-98241a1a9938b8c1e7729645aca8072f4b06e0ac.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 |