summaryrefslogtreecommitdiff
path: root/games/tileworld
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /games/tileworld
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
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 d1293f9b17d..4299988b48e 100644
--- a/games/tileworld/Makefile
+++ b/games/tileworld/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/02/15 08:13:20 salo Exp $
+# $NetBSD: Makefile,v 1.2 2003/03/29 12:41:09 jmmv Exp $
#
DISTNAME= tworld-1.0
PKGNAME= ${DISTNAME:S/^t/tile/}
+WRKSRC= ${WRKDIR}/tworld-1.0
CATEGORIES= games
MASTER_SITES= http://www.muppetlabs.com/~breadbox/pub/software/tworld/
@@ -15,7 +16,6 @@ USE_GMAKE= YES
USE_X11= YES
GNU_CONFIGURE= YES
-WRKSRC= ${WRKDIR}/tworld-1.0
ALL_TARGET= tworld
MAKE_ENV+= ECHO="${ECHO}" DATE="${DATE}"