diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /games/exchess-book-small | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/exchess-book-small')
-rw-r--r-- | games/exchess-book-small/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/exchess-book-small/Makefile b/games/exchess-book-small/Makefile index 45c98f2ba18..748fd72ab5b 100644 --- a/games/exchess-book-small/Makefile +++ b/games/exchess-book-small/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 16:49:44 martti Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:15:40 agc 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 @@ -14,6 +13,7 @@ DEPENDS+= exchess-[0-9]*:../../games/exchess CONFLICTS= ${CHESS_ENGINE}-book-[0-9]* +WRKSRC= ${WRKDIR} CHESS_ENGINE= exchess DIST_SUBDIR= chessbooks NO_CONFIGURE= # defined |