aboutsummaryrefslogtreecommitdiff
path: root/lang/python-devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-29 08:13:31 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-29 08:13:31 +0000
commit84d049fc2b956a0580c8aeeba1676cdd5c207553 (patch)
treedacad3ef9cc008385b1f4799993a421bb38bbd16 /lang/python-devel
parenta93c68fe492491b5f21acdb61c88308563fd3500 (diff)
downloadports-84d049fc2b956a0580c8aeeba1676cdd5c207553.tar.gz
ports-84d049fc2b956a0580c8aeeba1676cdd5c207553.zip
Allow MAINTAINER to be redefined in a slave port.
Notes
Notes: svn path=/head/; revision=40518
Diffstat (limited to 'lang/python-devel')
-rw-r--r--lang/python-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile
index 75d2204d62c1..06e31e8b738e 100644
--- a/lang/python-devel/Makefile
+++ b/lang/python-devel/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}