diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /lang/py-extclass | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/py-extclass')
-rw-r--r-- | lang/py-extclass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} ;\ |