From 3ad1bdbf063a03bdcca7087d41be98b07ad933af Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:18:15 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- math/xlife/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/xlife') diff --git a/math/xlife/Makefile b/math/xlife/Makefile index 967c3c3383a..b7fe140a839 100644 --- a/math/xlife/Makefile +++ b/math/xlife/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:48:20 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/20 12:20:05 agc Exp $ # DISTNAME= xlife-5.0 PKGNAME= ${DISTNAME}nb1 -WRKSRC= ${WRKDIR} CATEGORIES= math games MASTER_SITES= http://www.tuxedo.org/~esr/ @@ -11,6 +10,7 @@ MAINTAINER= fredb@NetBSD.org HOMEPAGE= http://www.tuxedo.org/~esr/software.html COMMENT= John Horton Conway's "Game of Life" +WRKSRC= ${WRKDIR} USE_IMAKE= yes INSTALL_TARGET= install -- cgit v1.2.3