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/python32/Makefile | |
parent | forgot INSTALLS_SHLIB (diff) |
Allow MAINTAINER to be redefined in a slave port.
Diffstat (limited to '')
-rw-r--r-- | lang/python32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 75d2204d62c1..06e31e8b738e 100644 --- a/lang/python32/Makefile +++ b/lang/python32/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} |