diff options
author | cjep <cjep@pkgsrc.org> | 2003-06-07 14:47:16 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-06-07 14:47:16 +0000 |
commit | b184c1e87e2f50bfe7210a530fa3507b3f08f433 (patch) | |
tree | 202fcc16ca3482c80aaf6d5d5af29f57a734b2d5 /www/py-zpublisher | |
parent | 7768c531ee924858542d6051853374d460d359e8 (diff) | |
download | pkgsrc-b184c1e87e2f50bfe7210a530fa3507b3f08f433.tar.gz |
Truncate COMMENT to under 70 characters
Diffstat (limited to 'www/py-zpublisher')
-rw-r--r-- | www/py-zpublisher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-zpublisher/Makefile b/www/py-zpublisher/Makefile index bad53bf35ed..b0aa0025e0a 100644 --- a/www/py-zpublisher/Makefile +++ b/www/py-zpublisher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/04/10 01:28:30 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/06/07 14:47:19 cjep Exp $ # DISTNAME= Zope-2.2.2-src @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://classic.zope.org:8080/Documentation/Reference/ORB -COMMENT= The Zope ORB. Publishes a collection of Python objects as Web resources +COMMENT= Publishes a collection of Python objects as Web resources DEPENDS+= py-extclass>=2.2.2:../../lang/py-extclass |