diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-29 08:13:31 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-29 08:13:31 +0000 |
commit | 84d049fc2b956a0580c8aeeba1676cdd5c207553 (patch) | |
tree | dacad3ef9cc008385b1f4799993a421bb38bbd16 /lang/python | |
parent | a93c68fe492491b5f21acdb61c88308563fd3500 (diff) | |
download | ports-84d049fc2b956a0580c8aeeba1676cdd5c207553.tar.gz ports-84d049fc2b956a0580c8aeeba1676cdd5c207553.zip |
Notes
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 75d2204d62c1..06e31e8b738e 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.python.org/ftp/python/2.0/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/2.0/ DISTFILES= ${PYTHON_DISTFILE} -MAINTAINER= tg@FreeBSD.org +MAINTAINER?= tg@FreeBSD.org DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC} |