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/gnuchess4 | |
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/gnuchess4')
-rw-r--r-- | games/gnuchess4/Makefile | 3 | ||||
-rw-r--r-- | games/gnuchess4/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/gnuchess4/Makefile b/games/gnuchess4/Makefile index d24d1eb0a5e..14df1aea501 100644 --- a/games/gnuchess4/Makefile +++ b/games/gnuchess4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/18 22:46:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 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_LOCAL} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/chess/chess.html +COMMENT= the "classic" GNU chess CONFLICTS= gnuchess-4.* diff --git a/games/gnuchess4/pkg/COMMENT b/games/gnuchess4/pkg/COMMENT deleted file mode 100644 index a2ac95c7af6..00000000000 --- a/games/gnuchess4/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -the "classic" GNU chess |