diff options
author | knu <knu@FreeBSD.org> | 2011-10-17 14:09:20 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2011-10-17 14:09:20 +0800 |
commit | 35c96160ef15259f2f95ad3f418b068ff9a0351d (patch) | |
tree | 9a11766c74d329250b9851bfeb6a485d53ffcf18 /lang/jruby | |
parent | 2addd11e06f51ffc06735d4f9c72b270871d950c (diff) | |
download | freebsd-ports-gnome-35c96160ef15259f2f95ad3f418b068ff9a0351d.tar.gz freebsd-ports-gnome-35c96160ef15259f2f95ad3f418b068ff9a0351d.tar.zst freebsd-ports-gnome-35c96160ef15259f2f95ad3f418b068ff9a0351d.zip |
Set MAINTAINER to ruby@ instead of ports@.
Diffstat (limited to 'lang/jruby')
-rw-r--r-- | lang/jruby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile index 993463228000..1514e9fd2dc5 100644 --- a/lang/jruby/Makefile +++ b/lang/jruby/Makefile @@ -11,7 +11,7 @@ CATEGORIES= lang ruby java MASTER_SITES= http://jruby.org.s3.amazonaws.com/downloads/${PORTVERSION}/ DISTNAME= ${PORTNAME}-bin-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= An implementation of Ruby Interpreter in Pure Java RUN_DEPENDS= bash:${PORTSDIR}/shells/bash |