summaryrefslogtreecommitdiff
path: root/games/xscrabble
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:07:06 +0000
committeragc <agc>2004-01-20 12:07:06 +0000
commit0bc53217fe50327f0f59e7136db15f92f75951d9 (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /games/xscrabble
parent4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff)
downloadpkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/xscrabble')
-rw-r--r--games/xscrabble/Makefile4
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