diff options
author | kris <kris@FreeBSD.org> | 2002-11-18 11:48:10 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-11-18 11:48:10 +0800 |
commit | 8a26efdcb4f6e9250b1e95d04e1ed5fb5afd84d7 (patch) | |
tree | e26fde78651572d4ac5b90a367b74931125e1225 /lang | |
parent | bf971c1cf1b3ae0718a42c3af6388310d64ad1ac (diff) | |
download | freebsd-ports-gnome-8a26efdcb4f6e9250b1e95d04e1ed5fb5afd84d7.tar.gz freebsd-ports-gnome-8a26efdcb4f6e9250b1e95d04e1ed5fb5afd84d7.tar.zst freebsd-ports-gnome-8a26efdcb4f6e9250b1e95d04e1ed5fb5afd84d7.zip |
Reset undeliverable maintainer addresses to ports@FreeBSD.org
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gauche/Makefile | 2 | ||||
-rw-r--r-- | lang/qscheme/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index c20b7e43828b..cd25446fbbcb 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Gauche-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= erik@smluc.org +MAINTAINER= ports@FreeBSD.org # Choices are: "pthreads" and "no", but it seems that FreeBSD does not # yet fully support threads with Boehm GC. diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 738bd4b3871a..711c5f9c17c4 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.5.1 CATEGORIES= lang MASTER_SITES= http://www.sof.ch/dan/qscheme/files/ -MAINTAINER= erik@smluc.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall\ ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre |