diff options
author | knu <knu@FreeBSD.org> | 2000-11-19 18:23:40 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-11-19 18:23:40 +0800 |
commit | 0bb7f35d65641a906f181771a779018e19c78deb (patch) | |
tree | a82041159af686c870b3b3d6a29338ff46f06c5c /lang | |
parent | d77128f27c5594fe8df6dbc77700c4638cf2a810 (diff) | |
download | freebsd-ports-graphics-0bb7f35d65641a906f181771a779018e19c78deb.tar.gz freebsd-ports-graphics-0bb7f35d65641a906f181771a779018e19c78deb.tar.zst freebsd-ports-graphics-0bb7f35d65641a906f181771a779018e19c78deb.zip |
Allow slave ports to override MAINTAINER. This fixes the MAINTAINER
of japanese/ruby-man.
Submitted by: sanpei
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby-man/Makefile b/lang/ruby-man/Makefile index c09fa34f419..f3f88a2fa68 100644 --- a/lang/ruby-man/Makefile +++ b/lang/ruby-man/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= doc DISTNAME= ${PORTNAME}-${PORTVERSION}${LANGSUFFIX} DIST_SUBDIR= ruby -MAINTAINER= olgeni@uli.it +MAINTAINER?= olgeni@uli.it USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes |