diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /games/xscrabble | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'games/xscrabble')
-rw-r--r-- | games/xscrabble/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index 1c99bd7455e..69f5ffb355b 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2002/10/21 12:22:21 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:12 jmmv Exp $ # DISTNAME= xscrabble PKGNAME= xscrabble-1.0 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/xscrabble CATEGORIES= games x11 MASTER_SITES= http://www.belgarath.demon.co.uk/programs/ @@ -11,7 +12,6 @@ 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 DIST_SUBDIR= ${PKGNAME} USE_BUILDLINK2= YES USE_X11BASE= YES |