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/gnome-breakout | |
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/gnome-breakout')
-rw-r--r-- | games/gnome-breakout/Makefile | 3 | ||||
-rw-r--r-- | games/gnome-breakout/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome-breakout/Makefile b/games/gnome-breakout/Makefile index 3f4dc14ec95..1572a9b4d53 100644 --- a/games/gnome-breakout/Makefile +++ b/games/gnome-breakout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/04/19 05:37:11 rh Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 15:10:50 wiz Exp $ # DISTNAME= gnome-breakout-0.4 @@ -7,6 +7,7 @@ MASTER_SITES= http://www.tuial.com/~alcaron/software/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.tuial.com/~alcaron/software/ +COMMENT= gnome version of the classic breakout game DEPENDS+= gnome-core-*:../../x11/gnome-core diff --git a/games/gnome-breakout/pkg/COMMENT b/games/gnome-breakout/pkg/COMMENT deleted file mode 100644 index 3fb88d0c6a2..00000000000 --- a/games/gnome-breakout/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -gnome version of the classic breakout game |