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. --- lang/py-extclass/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/py-extclass') diff --git a/lang/py-extclass/Makefile b/lang/py-extclass/Makefile index 788b497ce4b..df7efecd038 100644 --- a/lang/py-extclass/Makefile +++ b/lang/py-extclass/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:45:07 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/20 12:19:17 agc Exp $ # DISTNAME= Zope-2.2.2-src PKGNAME= py-extclass-2.2.2 -WRKSRC= ${WRKDIR}/${DISTNAME}/lib/Components/ExtensionClass CATEGORIES= lang MASTER_SITES= http://www.zope.org/Products/Zope/2.2.2/ EXTRACT_SUFX= .tgz @@ -13,6 +12,7 @@ HOMEPAGE= http://www.digicool.com/releases/ExtensionClass COMMENT= Python-extensible C "classes" and Acquisition for Python EXTRACT_ELEMENTS= ${DISTNAME}/lib/Components/ExtensionClass +WRKSRC= ${WRKDIR}/${DISTNAME}/lib/Components/ExtensionClass do-configure: ( cd ${WRKSRC} ;\ -- cgit v1.2.3