From 3ad1bdbf063a03bdcca7087d41be98b07ad933af Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:18:15 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- graphics/GeometryKit/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics/GeometryKit/Makefile') 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" -- cgit v1.2.3