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/python27/Makefile | |
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.
Diffstat (limited to '')
-rw-r--r-- | lang/python27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 14b5d7ed85eb..925b95221a30 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -14,7 +14,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 |