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/xfreecell | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/xfreecell')
-rw-r--r-- | games/xfreecell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xfreecell/Makefile b/games/xfreecell/Makefile index 77cca3171e9..aa827361369 100644 --- a/games/xfreecell/Makefile +++ b/games/xfreecell/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2003/03/29 12:41:10 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:15:42 agc Exp $ DISTNAME= xfreecell-1.0.5b -WRKSRC= ${WRKDIR}/xfreecell CATEGORIES= games MASTER_SITES= http://www2.giganet.net/~nakayama/ EXTRACT_SUFX= .tgz @@ -14,6 +13,7 @@ USE_X11BASE= yes USE_GMAKE= yes MAKEFILE= makefile +WRKSRC= ${WRKDIR}/xfreecell NO_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |