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/xscrabble/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/xscrabble/Makefile')
-rw-r--r-- | games/xscrabble/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index c98004e431e..29243e75f93 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/23 23:14:26 tron Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 15:11:05 wiz Exp $ # DISTNAME= xscrabble @@ -8,6 +8,7 @@ MASTER_SITES= http://www.belgarath.demon.co.uk/programs/ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.belgarath.demon.co.uk/programs/ +COMMENT= X version of the popular board game, for 1 to 4 players WRKSRC= ${WRKDIR}/xscrabble USE_X11BASE= YES |