diff options
author | wiz <wiz> | 2001-02-16 15:10:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:10:41 +0000 |
commit | 220325988af82dd6e1b8e09227eec26115852697 (patch) | |
tree | 32753f525564172a32d1355a9d866b18ec723128 /games/koth | |
parent | d7d375166804180b99de6a2eb77d406136e65d5c (diff) | |
download | pkgsrc-220325988af82dd6e1b8e09227eec26115852697.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'games/koth')
-rw-r--r-- | games/koth/Makefile | 3 | ||||
-rw-r--r-- | games/koth/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/koth/Makefile b/games/koth/Makefile index 321bc978380..714b857e71c 100644 --- a/games/koth/Makefile +++ b/games/koth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/09/06 01:43:53 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:53 wiz Exp $ # DISTNAME= koth-0.7.6 @@ -7,6 +7,7 @@ MASTER_SITES= http://www-unix.oit.umass.edu/~tetron/koth/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www-unix.oit.umass.edu/~tetron/koth/ +COMMENT= The classic "shoot the other tank" artillery game, networked DEPENDS+= libgii-0.6:../../graphics/libgii DEPENDS+= libggi-2.0b2.1:../../graphics/libggi diff --git a/games/koth/pkg/COMMENT b/games/koth/pkg/COMMENT deleted file mode 100644 index 7ceac962964..00000000000 --- a/games/koth/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -The classic "shoot the other tank" artillery game, networked |