From dc52048e014fdad9bb69ef9db159835a61c8dd4d Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- games/xscrabble/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/xscrabble') 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 -- cgit v1.2.3