diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /lang/py-extclass/Makefile | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'lang/py-extclass/Makefile')
-rw-r--r-- | lang/py-extclass/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/py-extclass/Makefile b/lang/py-extclass/Makefile index 3392e49eec2..725b966bc5b 100644 --- a/lang/py-extclass/Makefile +++ b/lang/py-extclass/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.18 2006/10/04 21:46:14 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2007/02/22 19:26:39 wiz Exp $ # DISTNAME= Zope-2.2.2-src PKGNAME= py-extclass-2.2.2 PKGREVISION= 1 CATEGORIES= lang python -MASTER_SITES= http://www.zope.org/Products/Zope/2.2.2/ +MASTER_SITES= http://www.zope.org/Products/Zope/2.2.2/ EXTRACT_SUFX= .tgz MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://cvs.zope.org/*checkout*/Cruft/ExtensionClass/doc/Attic/Acquisition.html?rev=1.2 COMMENT= Python-extensible C "classes" and Acquisition for Python -EXTRACT_ELEMENTS= ${DISTNAME}/lib/Components/ExtensionClass +EXTRACT_ELEMENTS= ${DISTNAME}/lib/Components/ExtensionClass WRKSRC= ${WRKDIR}/${DISTNAME}/lib/Components/ExtensionClass do-configure: |