summaryrefslogtreecommitdiff
path: root/games/gtkgo
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/gtkgo
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/gtkgo')
-rw-r--r--games/gtkgo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gtkgo/Makefile b/games/gtkgo/Makefile
index 469744cedcc..e25bd15d28a 100644
--- a/games/gtkgo/Makefile
+++ b/games/gtkgo/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2004/01/03 18:49:41 reed Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:40 agc Exp $
#
DISTNAME= gtkgo-0_0_10
PKGBASE= ${DISTNAME:S/_/./g}
PKGNAME= ${PKGBASE}
PKGREVISION= 3
-WRKSRC= ${WRKDIR}/${PKGBASE}
CATEGORIES= games gnome
MASTER_SITES= http://norbertdejonge.sourceforge.net/
@@ -13,6 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://norbertdejonge.sourceforge.net/gtkgo.html
COMMENT= Go board with skin support
+WRKSRC= ${WRKDIR}/${PKGBASE}
USE_X11= YES
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES