summaryrefslogtreecommitdiff
path: root/lang/python
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/python
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/python')
-rw-r--r--lang/python/Makefile3
-rw-r--r--lang/python/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 8251732640a..2139ace9738 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2000/12/05 15:04:32 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2001/02/17 09:07:27 agc Exp $
#
DISTNAME= BeOpen-Python-2.0
@@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.python.org/pub/python/2.0/
MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://www.python.org/
+COMMENT= Interpreted, interactive, object-oriented programming language
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
diff --git a/lang/python/pkg/COMMENT b/lang/python/pkg/COMMENT
deleted file mode 100644
index fa9830528ee..00000000000
--- a/lang/python/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Interpreted, interactive, object-oriented programming language