summaryrefslogtreecommitdiff
path: root/lang/py-extclass
diff options
context:
space:
mode:
authortsarna <tsarna>2000-01-02 02:58:20 +0000
committertsarna <tsarna>2000-01-02 02:58:20 +0000
commita5d9741fcf9732ee16133702ba004849ef220b2b (patch)
tree4989b9e27c461a9ae4bf2c513e98d1e970795bfd /lang/py-extclass
parent75b149d5152fa86410b1c74fb6f4cf65aea2ade9 (diff)
downloadpkgsrc-a5d9741fcf9732ee16133702ba004849ef220b2b.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"