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/xfrisk | |
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/xfrisk')
-rw-r--r-- | games/xfrisk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index 24bb34d60d7..200edec7f3e 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/02/28 17:23:13 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/29 12:41:11 jmmv Exp $ # DISTNAME= xfrisk-1.2 +WRKSRC= ${WRKDIR}/XFrisk CATEGORIES= games MASTER_SITES= http://morphy.iki.fi/xfrisk/files/ @@ -9,8 +10,6 @@ MAINTAINER= sketch@rd.bbc.co.uk HOMEPAGE= http://morphy.iki.fi/xfrisk/ COMMENT= X11 version of the classic Risk board game -WRKSRC= ${WRKDIR}/XFrisk - USE_GMAKE= yes USE_X11= yes |