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/colchess/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/colchess') diff --git a/games/colchess/Makefile b/games/colchess/Makefile index c853c6572d1..e8cef6ed6bb 100644 --- a/games/colchess/Makefile +++ b/games/colchess/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 16:49:36 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:15:39 agc Exp $ DISTNAME= colchess PKGNAME= ${DISTNAME}-7.0 -WRKSRC= ${WRKDIR}/ColChess CATEGORIES= games MASTER_SITES= http://www.ast.cam.ac.uk/~cmf/chess/ EXTRACT_SUFX= .tgz @@ -11,6 +10,7 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.ast.cam.ac.uk/~cmf/chess/colchess/ COMMENT= Chess analysis engine +WRKSRC= ${WRKDIR}/ColChess DIST_SUBDIR= ${PKGNAME} NO_CONFIGURE= # defined MAKE_ENV+= PREFIX="${PREFIX}" -- cgit v1.2.3