diff options
author | tsarna <tsarna> | 2000-01-02 02:58:20 +0000 |
---|---|---|
committer | tsarna <tsarna> | 2000-01-02 02:58:20 +0000 |
commit | ef26dce11e09809fb219909f97da70000cdfc024 (patch) | |
tree | 4989b9e27c461a9ae4bf2c513e98d1e970795bfd /lang | |
parent | 1187bd479df4aa9d5270e9971924bef60f5ffd08 (diff) | |
download | pkgsrc-ef26dce11e09809fb219909f97da70000cdfc024.tar.gz |
- Add and enable py-extclass and correct its CATEGORIES
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 | ||||
-rw-r--r-- | lang/py-extclass/Makefile | 5 |
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" |