diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /games/gnuchess | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/gnuchess')
-rw-r--r-- | games/gnuchess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |