diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-29 16:13:31 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-29 16:13:31 +0800 |
commit | b5c3e53e6aa6826fd82bffa4399ce92d94f8d49f (patch) | |
tree | 4e25f81124817d56283e792867e261f0b91bc7e7 /lang/python32 | |
parent | b9ceaa4ce76c3e31dfef19cec12fc5402cb1066c (diff) | |
download | freebsd-ports-gnome-b5c3e53e6aa6826fd82bffa4399ce92d94f8d49f.tar.gz freebsd-ports-gnome-b5c3e53e6aa6826fd82bffa4399ce92d94f8d49f.tar.zst freebsd-ports-gnome-b5c3e53e6aa6826fd82bffa4399ce92d94f8d49f.zip |
Allow MAINTAINER to be redefined in a slave port.
Diffstat (limited to 'lang/python32')
-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} |