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/gnuchess/Makefile | |
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/gnuchess/Makefile')
-rw-r--r-- | games/gnuchess/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 73632f6a6df..2b9f2f2c7f5 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/10/15 01:53:39 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/16 15:10:51 wiz Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp # @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=chess/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/chess/chess.html +COMMENT= GNU chess engine GNU_CONFIGURE= yes USE_GMAKE= yes |