summaryrefslogtreecommitdiff
path: root/games/gltron
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /games/gltron
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/gltron')
-rw-r--r--games/gltron/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile
index 7df98c540b6..c83e9d0d466 100644
--- a/games/gltron/Makefile
+++ b/games/gltron/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/01/18 13:58:57 cube Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:40 agc Exp $
#
DISTNAME= gltron-0.70-source
PKGBASE= ${DISTNAME:S/-source$//}
PKGNAME= ${PKGBASE}
-WRKSRC= ${WRKDIR}/${PKGBASE}
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gltron/}
@@ -12,6 +11,7 @@ MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://gltron.sourceforge.net/
COMMENT= 3D lightcycle game inspired by the movie Tron
+WRKSRC= ${WRKDIR}/${PKGBASE}
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES