summaryrefslogtreecommitdiff
path: root/graphics/GeometryKit
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /graphics/GeometryKit
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/GeometryKit')
-rw-r--r--graphics/GeometryKit/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/GeometryKit/Makefile b/graphics/GeometryKit/Makefile
index ea26477758d..e2d7bed9028 100644
--- a/graphics/GeometryKit/Makefile
+++ b/graphics/GeometryKit/Makefile
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.4 2004/01/03 18:49:41 reed Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/20 12:18:15 agc Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/GeometryKit/}
PKGREVISION= 3
-WRKSRC= ${WRKDIR}/${DISTNAME}/3DKit/GeometryKit
COMMENT= Objective-C class library for calculating 3D geometry
+WRKSRC= ${WRKDIR}/${DISTNAME}/3DKit/GeometryKit
+
.include "../../x11/gnustep-back/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"