diff options
author | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
commit | 5c2ded063c246b745cbe88b35958aeb774b3efff (patch) | |
tree | fe8266973ffa2637b58ee95206ea56dc48377bc4 /www/py-zpublisher | |
parent | a45ac7ca966bf5b8cb2bec544cf9fe7ef1ece047 (diff) | |
download | pkgsrc-5c2ded063c246b745cbe88b35958aeb774b3efff.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'www/py-zpublisher')
-rw-r--r-- | www/py-zpublisher/Makefile | 3 | ||||
-rw-r--r-- | www/py-zpublisher/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 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 diff --git a/www/py-zpublisher/pkg/COMMENT b/www/py-zpublisher/pkg/COMMENT deleted file mode 100644 index 946715406cc..00000000000 --- a/www/py-zpublisher/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -The Zope ORB. Publishes a collection of Python objects as Web resources. |