diff options
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 |