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/exchess/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/exchess/Makefile') diff --git a/games/exchess/Makefile b/games/exchess/Makefile index 80fd329f552..8e661570fd6 100644 --- a/games/exchess/Makefile +++ b/games/exchess/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 16:49:43 martti Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:15:40 agc Exp $ DISTNAME= EXCH314S PKGNAME= exchess-3.14 -WRKSRC= ${WRKDIR} CATEGORIES= games MASTER_SITES= http://pc.astro.brandeis.edu/BRAG/people/dch/ EXTRACT_SUFX= .zip @@ -13,6 +12,7 @@ COMMENT= Experimental chess engine NO_CONFIGURE= # defined +WRKSRC= ${WRKDIR} LIBDIR= ${PREFIX}/lib/exchess DOCDIR= ${PREFIX}/share/doc/exchess -- cgit v1.2.3