From 0bc53217fe50327f0f59e7136db15f92f75951d9 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/gnuchess/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/gnuchess') diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 710d167961b..352a74ac54b 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 21:38:34 grant Exp $ +# $NetBSD: Makefile,v 1.19 2004/01/20 12:15:40 agc Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp # DISTNAME= chess-5.00 PKGNAME= gnuchess-5.00 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU:=chess/} @@ -17,6 +16,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/chess/chess.html COMMENT= GNU chess engine +WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= YES USE_GMAKE= YES ALL_TARGET= gnuchess -- cgit v1.2.3