diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
commit | 7e52725f2a86aad46bd6b50d5581b6ef0afd0e19 (patch) | |
tree | fd4e3235fcfaf2558312feb3c9527f1592b91aff /lang/python15 | |
parent | baa68c63d40ffc2c059c978764c3c89675445e55 (diff) |
Notes
Diffstat (limited to 'lang/python15')
-rw-r--r-- | lang/python15/Makefile | 1 | ||||
-rw-r--r-- | lang/python15/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile index 98453c70b8b3..10cd4163024f 100644 --- a/lang/python15/Makefile +++ b/lang/python15/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= ftp://www.python.org/pub/python/src/ \ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= alane@FreeBSD.org +COMMENT= An interpreted object-oriented programming language DIST_SUBDIR= python WRKSRC= ${WRKDIR}/Python-1.5.2 diff --git a/lang/python15/pkg-comment b/lang/python15/pkg-comment deleted file mode 100644 index d2f9289af5eb..000000000000 --- a/lang/python15/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An interpreted object-oriented programming language |