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/crafty | |
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/crafty')
-rw-r--r-- | games/crafty/Makefile | 3 | ||||
-rw-r--r-- | games/crafty/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 6cd61a26b09..9fa63140f2f 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/13 03:04:00 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/16 15:10:46 wiz Exp $ DISTNAME= crafty-18.3 CATEGORIES= games @@ -9,6 +9,7 @@ DISTFILES= ${CRAFTY_DISTFILES} DISTFILES+= ${CRAFTY_STARTPGN} ${CRAFTY_DOCFILES} MAINTAINER= jlam@netbsd.org +COMMENT= chess engine DIST_SUBDIR= ${DISTNAME} NO_WRKSUBDIR= # defined diff --git a/games/crafty/pkg/COMMENT b/games/crafty/pkg/COMMENT deleted file mode 100644 index 81e2bc8a846..00000000000 --- a/games/crafty/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -chess engine |