summaryrefslogtreecommitdiff
path: root/lang/py-extclass
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-02-17 09:06:56 +0000
committeragc <agc@pkgsrc.org>2001-02-17 09:06:56 +0000
commit82acd159f7158e3b9efdc652d4faed7d75ffabde (patch)
tree7be69a1c41c51ca83affb66df5175564f77f3599 /lang/py-extclass
parent6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff)
downloadpkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/py-extclass')
-rw-r--r--lang/py-extclass/Makefile3
-rw-r--r--lang/py-extclass/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/py-extclass/Makefile b/lang/py-extclass/Makefile
index 0bc75b5bfdf..a2fcccee4ff 100644
--- a/lang/py-extclass/Makefile
+++ b/lang/py-extclass/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/10/22 20:01:53 tsarna Exp $
+# $NetBSD: Makefile,v 1.9 2001/02/17 09:07:26 agc Exp $
#
DISTNAME= Zope-2.2.2-src
@@ -9,6 +9,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://www.digicool.com/releases/ExtensionClass
+COMMENT= Python-extensible C "classes" and Acquisition for Python
EXTRACT_ELEMENTS= ${DISTNAME}/lib/Components/ExtensionClass
diff --git a/lang/py-extclass/pkg/COMMENT b/lang/py-extclass/pkg/COMMENT
deleted file mode 100644
index 936b66ac844..00000000000
--- a/lang/py-extclass/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Python-extensible C "classes" and Acquisition for Python