diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /games/xnibbles | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/xnibbles')
-rw-r--r-- | games/xnibbles/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile index 624313a5e87..808a4401712 100644 --- a/games/xnibbles/Makefile +++ b/games/xnibbles/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2003/11/18 14:34:33 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:42 agc Exp $ # DISTNAME= xnibbles-1.0BETA4 PKGNAME= xnibbles-1.0b4 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/xnibbles CATEGORIES= games x11 MASTER_SITES= http://www.tjhsst.edu/xnibbles/ @@ -12,6 +11,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.tjhsst.edu/xnibbles/ COMMENT= Winding snakes game for X11 +WRKSRC= ${WRKDIR}/xnibbles USE_BUILDLINK2= YES USE_X11= YES USE_GMAKE= YES |