diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | bd104e94125bfe7dfcebf5b4161276a4198449e9 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /games/gnuchess-book-small | |
parent | 7cae7f609b643bad775c5f59251c32e609dbdc0a (diff) | |
download | pkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'games/gnuchess-book-small')
-rw-r--r-- | games/gnuchess-book-small/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnuchess-book-small/Makefile b/games/gnuchess-book-small/Makefile index 2be7214227d..776a793188a 100644 --- a/games/gnuchess-book-small/Makefile +++ b/games/gnuchess-book-small/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:07 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:04 jmmv Exp $ DISTNAME= small PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 +WRKSRC= ${WRKDIR} CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/${DISTNAME}/ EXTRACT_SUFX= .zip @@ -15,7 +16,6 @@ CONFLICTS= ${CHESS_ENGINE}-book-[0-9]* CHESS_ENGINE= gnuchess DIST_SUBDIR= chessbooks -WRKSRC= ${WRKDIR} NO_CONFIGURE= # defined PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE} |