summaryrefslogtreecommitdiff
path: root/lang/py-extclass
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>2000-01-02 02:58:20 +0000
committertsarna <tsarna@pkgsrc.org>2000-01-02 02:58:20 +0000
commit81140f1f529caa48b50cc1482cebddfc4d287a6c (patch)
tree4989b9e27c461a9ae4bf2c513e98d1e970795bfd /lang/py-extclass
parent08d63e0f1f42682f21d090a9101ba042cecedfaf (diff)
downloadpkgsrc-81140f1f529caa48b50cc1482cebddfc4d287a6c.tar.gz
- Add and enable py-extclass and correct its CATEGORIES
Diffstat (limited to 'lang/py-extclass')
-rw-r--r--lang/py-extclass/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/py-extclass/Makefile b/lang/py-extclass/Makefile
index d778b2d96b3..9b0b792413b 100644
--- a/lang/py-extclass/Makefile
+++ b/lang/py-extclass/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/12/30 21:37:02 tsarna Exp $
+# $NetBSD: Makefile,v 1.2 2000/01/02 02:58:21 tsarna Exp $
#
DISTNAME= Zope-2.1.1-src
PKGNAME= py-extclass-2.1.1
-CATEGORIES= www
+CATEGORIES= lang
MASTER_SITES= http://www.zope.org/Products/Zope/2.1.1/
EXTRACT_SUFX= .tgz
@@ -38,5 +38,4 @@ do-install:
${INSTALL_DATA_DIR} ${PYTHON_LIBDIR}/extclass_doc ; \
${INSTALL_DATA} *.txt *.stx ${PYTHON_LIBDIR}/extclass_doc)
-
.include "../../mk/bsd.pkg.mk"