diff options
author | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
commit | 6129da62580b8a50ce5de047ae21c11f45e93b0b (patch) | |
tree | fe8266973ffa2637b58ee95206ea56dc48377bc4 /www/py-zpublisher/Makefile | |
parent | 11cafbeef1fdf28ff424dda02b0d1a1182b0a0cd (diff) | |
download | pkgsrc-6129da62580b8a50ce5de047ae21c11f45e93b0b.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'www/py-zpublisher/Makefile')
-rw-r--r-- | www/py-zpublisher/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-zpublisher/Makefile b/www/py-zpublisher/Makefile index dc48abe2146..b161ba9b964 100644 --- a/www/py-zpublisher/Makefile +++ b/www/py-zpublisher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/10/22 20:01:54 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 17:22:36 wiz Exp $ # DISTNAME= Zope-2.2.2-src @@ -9,6 +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. DEPENDS+= py-extclass>=2.2.2:../../lang/python |