From 61a8a0af5658e5f2abefd70bd57eba7f441c5150 Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 6 Mar 2003 19:23:19 +0000 Subject: Destroy pkg-comment for some of the stranger uses in the tree, pending the final semi-automatic purge. Approved by: portmgr (implicitly) --- lang/python30/Makefile | 1 + lang/python30/pkg-comment | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 lang/python30/pkg-comment (limited to 'lang/python30') diff --git a/lang/python30/Makefile b/lang/python30/Makefile index 83fca2974e1..0b0a336f65a 100644 --- a/lang/python30/Makefile +++ b/lang/python30/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= python DISTFILES= ${PYTHON_DISTFILE} MAINTAINER?= alane@FreeBSD.org +COMMENT?= An interpreted object-oriented programming language DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC} diff --git a/lang/python30/pkg-comment b/lang/python30/pkg-comment deleted file mode 100644 index d2f9289af5e..00000000000 --- a/lang/python30/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An interpreted object-oriented programming language -- cgit