diff options
author | ade <ade@FreeBSD.org> | 2003-03-06 19:23:19 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-03-06 19:23:19 +0000 |
commit | 61a8a0af5658e5f2abefd70bd57eba7f441c5150 (patch) | |
tree | 8e940ade7fbd828d4614521950503c6a17094320 /lang/python24 | |
parent | 402a353f2e266bfc58d6892ce7e699751c3aa971 (diff) | |
download | FreeBSD-ports-61a8a0af5658e5f2abefd70bd57eba7f441c5150.zip FreeBSD-ports-61a8a0af5658e5f2abefd70bd57eba7f441c5150.tar.gz |
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.
Approved by: portmgr (implicitly)
Diffstat (limited to 'lang/python24')
-rw-r--r-- | lang/python24/Makefile | 1 | ||||
-rw-r--r-- | lang/python24/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 83fca29..0b0a336 100644 --- a/lang/python24/Makefile +++ b/lang/python24/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/python24/pkg-comment b/lang/python24/pkg-comment deleted file mode 100644 index d2f9289..0000000 --- a/lang/python24/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An interpreted object-oriented programming language |