diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-09 14:29:18 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-09 14:29:18 +0000 |
commit | 1d18bb4fff9ca7e0fca8452b1874fe1f58ffca6f (patch) | |
tree | 147f92d454787d912bee658515932bf0eeae4d6c /lang/python22 | |
parent | a109e33441e4540e21473b7b27b9c549e09d3c0e (diff) |
Notes
Diffstat (limited to 'lang/python22')
-rw-r--r-- | lang/python22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 094b1c6fe70d..4493f6341c9b 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= python +PORTNAME= python22 PORTVERSION= 2.2.3 PORTREVISION= 9 CATEGORIES= lang python ipv6 @@ -16,7 +16,7 @@ DISTFILES= ${PYTHON_DISTFILE} PATCH_SITES= http://www.python.org/security/PSF-2005-001/ PATCHFILES= patch-2.2.txt -MAINTAINER= perky@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= An interpreted object-oriented programming language DIST_SUBDIR= python |