diff options
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 6f4c29e0a54..ccf61a14aad 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:39:46 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:42 agc Exp $ # DISTNAME= xscrabble PKGNAME= xscrabble-1.0 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/xscrabble CATEGORIES= games x11 MASTER_SITES= http://www.belgarath.demon.co.uk/programs/ @@ -12,6 +11,7 @@ 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 |