diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-02 09:24:33 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-02 09:24:33 +0800 |
commit | bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4 (patch) | |
tree | 1d69717d4c51c87e619253154d6c93cbb6388073 /graphics | |
parent | af5bbed9ade96a61b0c02091db75ad4168ea1240 (diff) | |
download | freebsd-ports-gnome-bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4.tar.gz freebsd-ports-gnome-bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4.tar.zst freebsd-ports-gnome-bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4.zip |
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 'graphics')
-rw-r--r-- | graphics/gauche-gl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index 4b8592b33aa5..46f49c5bb6b7 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= gauche- DISTNAME= Gauche-${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL binding for Gauche BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche |