diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-24 02:27:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-24 02:27:47 +0000 |
commit | 9a78f10f811c75ec6a58b7ed413bd6ed509eda4d (patch) | |
tree | 8ccbfcfaeb54d17b7f798a1f8fa585cf4da3babf /www | |
parent | b42a47591bdfc74d32cde5fcb16a8fdba1c208fc (diff) | |
download | pkgsrc-9a78f10f811c75ec6a58b7ed413bd6ed509eda4d.tar.gz |
Add zope3.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index af47f035134..19bd3529000 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.414 2005/10/16 05:03:30 minskim Exp $ +# $NetBSD: Makefile,v 1.415 2005/10/24 02:27:47 minskim Exp $ # COMMENT= Packages related to the World Wide Web @@ -353,6 +353,7 @@ SUBDIR+= zope25-ZWiki SUBDIR+= zope25-Zippy SUBDIR+= zope25-colorz SUBDIR+= zope25-zopebook +SUBDIR+= zope3 SUBDIR+= zopeedit .include "../mk/bsd.pkg.subdir.mk" |