summaryrefslogtreecommitdiff
path: root/lang
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
parent75b149d5152fa86410b1c74fb6f4cf65aea2ade9 (diff)
downloadpkgsrc-a5d9741fcf9732ee16133702ba004849ef220b2b.tar.gz
- Add and enable py-extclass and correct its CATEGORIES
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile3
-rw-r--r--lang/py-extclass/Makefile5
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 602c6ab5a60..f9930a2a41d 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 1999/12/15 06:14:17 proff Exp $
+# $NetBSD: Makefile,v 1.39 2000/01/02 02:58:20 tsarna Exp $
# FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp
#
@@ -57,6 +57,7 @@
SUBDIR += perl5
# SUBDIR += pgcc
# SUBDIR += pgcc-current
+ SUBDIR += py-extclass
SUBDIR += py-html-docs
SUBDIR += python
# SUBDIR += rexx-imc
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"