diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-08 10:29:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-08 10:29:52 +0000 |
commit | aa8a35a2880767a5a436ee208f04100b385c9c53 (patch) | |
tree | 9c8334f09f25f3cc3701077f912b0be358c1dc18 /www | |
parent | 9e7047f03b9686fe74b7423032af1546c64dc611 (diff) | |
download | pkgsrc-aa8a35a2880767a5a436ee208f04100b385c9c53.tar.gz |
Remove trailing . from COMMENT.
Diffstat (limited to 'www')
-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 b161ba9b964..139fc9f44c6 100644 --- a/www/py-zpublisher/Makefile +++ b/www/py-zpublisher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:22:36 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/03/08 10:29:52 wiz Exp $ # DISTNAME= Zope-2.2.2-src @@ -9,7 +9,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= The Zope ORB. Publishes a collection of Python objects as Web resources DEPENDS+= py-extclass>=2.2.2:../../lang/python |