diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /games/gnuchess | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
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 5ac4c084740..c8cd9ff34e7 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2003/03/08 06:00:03 jmc Exp $ +# $NetBSD: Makefile,v 1.16 2003/03/29 12:41:04 jmmv 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/} @@ -19,7 +20,6 @@ COMMENT= GNU chess engine GNU_CONFIGURE= YES USE_GMAKE= YES ALL_TARGET= gnuchess -WRKSRC= ${WRKDIR}/${DISTNAME}/src BOOKDIR= ${PREFIX}/lib/gnuchess DOCDIR= ${PREFIX}/share/doc/gnuchess |