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/tileworld/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/tileworld') 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 -- cgit v1.2.3