diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-09 05:42:04 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-09 05:42:04 +0000 |
commit | 3b1c9bec7b0be6b72504e62909c445141ff25451 (patch) | |
tree | 7b59ee268e319f57bfeb1c4c511f37815467fe59 /lang/python21 | |
parent | Make the print plug-in conditional on whether or not WITHOUT_PRINT is (diff) |
Take maintainerships from alane's python ports.
Rest in Peace, Alan.
Notes
Notes:
svn path=/head/; revision=82562
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index d9a7f8777dae..f4d18d7db204 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ MASTER_SITE_SUBDIR= python DISTFILES= ${PYTHON_DISTFILE} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perky@FreeBSD.org COMMENT= An interpreted object-oriented programming language DIST_SUBDIR= python |