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/xpuyopuyo | |
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/xpuyopuyo')
-rw-r--r-- | games/xpuyopuyo/Makefile | 3 | ||||
-rw-r--r-- | games/xpuyopuyo/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 5fb2f5b75a4..90403d3e027 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/06 03:16:57 fredb Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/16 15:11:04 wiz Exp $ DISTNAME= xpuyopuyo-0.9.1 CATEGORIES= games x11 @@ -7,6 +7,7 @@ MASTER_SITES= http://chaos2.org/xpuyopuyo/ \ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://chaos2.org/xpuyopuyo/ +COMMENT= Tetris-like puzzle game BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake diff --git a/games/xpuyopuyo/pkg/COMMENT b/games/xpuyopuyo/pkg/COMMENT deleted file mode 100644 index 7c9ceb6eeaf..00000000000 --- a/games/xpuyopuyo/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Tetris-like puzzle game |