diff options
author | drochner <drochner> | 2002-10-01 18:11:56 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-10-01 18:11:56 +0000 |
commit | 362225152dd69f4aee33e13fe00764976818cbaa (patch) | |
tree | 45badc295fe21de2ae4182852d6b6dcabc71c954 /www | |
parent | 1d8949f840e440753a9d3006a2dcc62348ca20b4 (diff) | |
download | pkgsrc-362225152dd69f4aee33e13fe00764976818cbaa.tar.gz |
add a bunch of Zope Products
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 536ee36ad8b..20a3e25f240 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.214 2002/09/25 18:39:36 wiz Exp $ +# $NetBSD: Makefile,v 1.215 2002/10/01 18:11:56 drochner Exp $ # COMMENT= Packages related to the World Wide Web @@ -184,11 +184,18 @@ SUBDIR+= zope25 SUBDIR+= zope25-CMF SUBDIR+= zope25-EasyImage SUBDIR+= zope25-Formulator +SUBDIR+= zope25-Fortune SUBDIR+= zope25-JPicture +SUBDIR+= zope25-KnowledgeKit SUBDIR+= zope25-LocalFS SUBDIR+= zope25-ParsedXML SUBDIR+= zope25-Silva +SUBDIR+= zope25-Squishdot +SUBDIR+= zope25-TinyTablePlus SUBDIR+= zope25-XMLWidgets +SUBDIR+= zope25-ZNavigator SUBDIR+= zope25-ZPhotoSlides +SUBDIR+= zope25-ZWiki +SUBDIR+= zope25-Zippy .include "../mk/bsd.pkg.subdir.mk" |