summaryrefslogtreecommitdiff
path: root/games/tileworld
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/tileworld
parent4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff)
downloadpkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/tileworld')
-rw-r--r--games/tileworld/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tileworld/Makefile b/games/tileworld/Makefile
index 78789791381..75a04acb5bf 100644
--- a/games/tileworld/Makefile
+++ b/games/tileworld/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2003/07/26 21:41:22 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/20 12:15:41 agc Exp $
#
DISTNAME= tworld-1.0
PKGNAME= ${DISTNAME:S/^t/tile/}
PKGREVISION= 2
-WRKSRC= ${WRKDIR}/tworld-1.0
CATEGORIES= games
MASTER_SITES= http://www.muppetlabs.com/~breadbox/pub/software/tworld/
@@ -12,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.muppetlabs.com/~breadbox/software/tworld/
COMMENT= "Game based on Chip's Challenge"
+WRKSRC= ${WRKDIR}/tworld-1.0
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_X11= YES