aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc32
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2003-04-25 14:40:43 +0800
committergerald <gerald@FreeBSD.org>2003-04-25 14:40:43 +0800
commit9b912a25159fbc9de9769cdd8720923400071be3 (patch)
tree332ceafb348ad3265a0486a6a781ffe3bdff94ec /lang/gcc32
parent8b640345d61b4d4a90808fcfaa73580f63a44ca6 (diff)
downloadfreebsd-ports-gnome-9b912a25159fbc9de9769cdd8720923400071be3.tar.gz
freebsd-ports-gnome-9b912a25159fbc9de9769cdd8720923400071be3.tar.zst
freebsd-ports-gnome-9b912a25159fbc9de9769cdd8720923400071be3.zip
Make MAINTAINER overrideable by slave ports.
Diffstat (limited to 'lang/gcc32')
-rw-r--r--lang/gcc32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index a1ace2cb732b..c02ad50aae79 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -23,7 +23,7 @@ DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
gcc-java-${PORTVERSION}${EXTRACT_SUFX} \
gcc-objc-${PORTVERSION}${EXTRACT_SUFX}
-MAINTAINER= gerald@FreeBSD.org
+MAINTAINER?= gerald@FreeBSD.org
COMMENT?= GNU Compiler Collection 3.2.2
.if defined (WITH_BOUNDSCHECKING)