diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-28 12:00:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-28 12:00:36 +0000 |
commit | 19e14f3b2d72452bc5cf3fe39cd20ce1145ed1ce (patch) | |
tree | 311963a80ba3fc7dbcd10696a78b2c08551bdfb0 /lang/gauche | |
parent | Fix 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/gauche')
-rw-r--r-- | lang/gauche/Makefile | 2 |
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. |