summaryrefslogtreecommitdiff
path: root/graphics/GlutKit
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /graphics/GlutKit
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/GlutKit')
-rw-r--r--graphics/GlutKit/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/GlutKit/Makefile b/graphics/GlutKit/Makefile
index 9dd223be9d8..72d4a63f41e 100644
--- a/graphics/GlutKit/Makefile
+++ b/graphics/GlutKit/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.6 2004/01/03 18:49:41 reed Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/20 12:18:15 agc Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/GlutKit/}
PKGREVISION= 4
-WRKSRC= ${WRKDIR}/${DISTNAME}/GlutKit
COMMENT= 3DKit GLUT backend
DISTINFO_FILE= ${.CURDIR}/distinfo
+WRKSRC= ${WRKDIR}/${DISTNAME}/GlutKit
+
.include "../../graphics/RenderKit/buildlink2.mk"
.include "../../graphics/glut/buildlink2.mk"
.include "../../graphics/glu/buildlink2.mk"