aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-04-23 19:00:59 +0800
committerGerald Pfeifer <gerald@FreeBSD.org>2006-04-23 19:00:59 +0800
commit634bb7f5b3bc2f342c6577d72ab6076a9a4513b1 (patch)
tree017696989fbcef1308f3cf2dd79c8ef86e0dccdb /lang/gcc
parent4411617464276447ca699a4cd220565b670e767e (diff)
downloadfreebsd-ports-gnome-634bb7f5b3bc2f342c6577d72ab6076a9a4513b1.tar.gz
freebsd-ports-gnome-634bb7f5b3bc2f342c6577d72ab6076a9a4513b1.tar.zst
freebsd-ports-gnome-634bb7f5b3bc2f342c6577d72ab6076a9a4513b1.zip
Make sure all lang/gcc* ports I maintain can be properly used as master
ports by allowing MAINTAINER and COMMENT to be overridden.
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 2571d8fcdb7d..f24aa26fc6fc 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -18,8 +18,8 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \
gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX} \
gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX}
-MAINTAINER= gerald@FreeBSD.org
-COMMENT= GNU Compiler Collection 4.2
+MAINTAINER?= gerald@FreeBSD.org
+COMMENT?= GNU Compiler Collection 4.2
.if defined(WITH_FORTRAN)
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \