summaryrefslogtreecommitdiff
path: root/lang/gcc41
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-04-23 11:00:59 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2006-04-23 11:00:59 +0000
commit634bb7f5b3bc2f342c6577d72ab6076a9a4513b1 (patch)
tree017696989fbcef1308f3cf2dd79c8ef86e0dccdb /lang/gcc41
parentDue to a missing symbol in the default thread library on sparc64 in (diff)
Make sure all lang/gcc* ports I maintain can be properly used as master
ports by allowing MAINTAINER and COMMENT to be overridden.
Notes
Notes: svn path=/head/; revision=160218
Diffstat (limited to 'lang/gcc41')
-rw-r--r--lang/gcc41/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile
index db7ddf314e4b..e36debb72681 100644
--- a/lang/gcc41/Makefile
+++ b/lang/gcc41/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.1
+MAINTAINER?= gerald@FreeBSD.org
+COMMENT?= GNU Compiler Collection 4.1
.if defined(WITH_FORTRAN)
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \