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/pacman | |
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/pacman')
-rw-r--r-- | games/pacman/Makefile | 3 | ||||
-rw-r--r-- | games/pacman/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/pacman/Makefile b/games/pacman/Makefile index 2e597656644..65d5912b116 100644 --- a/games/pacman/Makefile +++ b/games/pacman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:56 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/16 15:10:56 wiz Exp $ DISTNAME= Pacman-0.3-CVS-00-11-17 PKGNAME= Pacman-0.3 @@ -7,6 +7,7 @@ MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/snapshots/Games/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/ +COMMENT= Pacman, a small demonstration game for ClanLib DEPENDS+= ClanLib>=0.2.2:../../graphics/clanlib DEPENDS+= autoconf>=2.13:../../devel/autoconf diff --git a/games/pacman/pkg/COMMENT b/games/pacman/pkg/COMMENT deleted file mode 100644 index 7ff03db9e44..00000000000 --- a/games/pacman/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Pacman, a small demonstration game for ClanLib |