diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-02 01:24:33 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-02 01:24:33 +0000 |
commit | bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4 (patch) | |
tree | 1d69717d4c51c87e619253154d6c93cbb6388073 /textproc/gauche-sxml | |
parent | af5bbed9ade96a61b0c02091db75ad4168ea1240 (diff) | |
download | FreeBSD-ports-bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4.zip FreeBSD-ports-bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4.tar.gz |
Remove MAINTAINER, as per his request:
"I'll be offline for the next few months. Someone please take care
of these poor orphans."
Also slip in some minor fixes.
PR: 52831
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Diffstat (limited to 'textproc/gauche-sxml')
-rw-r--r-- | textproc/gauche-sxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gauche-sxml/Makefile b/textproc/gauche-sxml/Makefile index 9922e79..ceb5c29 100644 --- a/textproc/gauche-sxml/Makefile +++ b/textproc/gauche-sxml/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= gauche- DISTNAME= SXML-gauche-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= A port of Oleg Kiselyov's (S)XML utilities to Gauche BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche |