summaryrefslogtreecommitdiff
path: root/games/xnibbles
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /games/xnibbles
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/xnibbles')
-rw-r--r--games/xnibbles/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile
index 624313a5e87..808a4401712 100644
--- a/games/xnibbles/Makefile
+++ b/games/xnibbles/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2003/11/18 14:34:33 xtraeme Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:42 agc Exp $
#
DISTNAME= xnibbles-1.0BETA4
PKGNAME= xnibbles-1.0b4
PKGREVISION= 1
-WRKSRC= ${WRKDIR}/xnibbles
CATEGORIES= games x11
MASTER_SITES= http://www.tjhsst.edu/xnibbles/
@@ -12,6 +11,7 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.tjhsst.edu/xnibbles/
COMMENT= Winding snakes game for X11
+WRKSRC= ${WRKDIR}/xnibbles
USE_BUILDLINK2= YES
USE_X11= YES
USE_GMAKE= YES