summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-11-28 12:00:36 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-11-28 12:00:36 +0000
commit19e14f3b2d72452bc5cf3fe39cd20ce1145ed1ce (patch)
tree311963a80ba3fc7dbcd10696a78b2c08551bdfb0 /lang
parentFix the build by removing superfluous LDFLAGS from MAKE_ARGS. (diff)
Claim maintainership as the creator of these ports until the previous
maintainer becomes reachable again.
Notes
Notes: svn path=/head/; revision=71195
Diffstat (limited to 'lang')
-rw-r--r--lang/gauche/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index d89859c01235..811c55a6bee9 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= Gauche-${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= knu@FreeBSD.org
# Choices are: "pthreads" and "no", but it seems that FreeBSD does not
# yet fully support threads with Boehm GC.