diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2006-06-07 06:44:54 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2006-06-07 06:44:54 +0000 |
commit | 9b992276c95f153c6c53ba2c80478b2841cf8f16 (patch) | |
tree | 799e85cc2f73c038e3fb5592be34cb244395d683 /devel/ruby-gettext/Makefile | |
parent | 217b3fa598898d9d942f5d30677cf74bfe6843ad (diff) | |
download | ports-9b992276c95f153c6c53ba2c80478b2841cf8f16.tar.gz ports-9b992276c95f153c6c53ba2c80478b2841cf8f16.zip |
Notes
Diffstat (limited to 'devel/ruby-gettext/Makefile')
-rw-r--r-- | devel/ruby-gettext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile index 90832507aa6e..55edd03ad1ec 100644 --- a/devel/ruby-gettext/Makefile +++ b/devel/ruby-gettext/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-package-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby implementation of the gettext library BUILD_DEPENDS= racc:${PORTSDIR}/devel/ruby-racc @@ -23,7 +23,7 @@ USE_RUBY= yes USE_RUBY_FEATURES= racc-runtime USE_RUBY_SETUP= yes -RUBY_SHEBANG_FILES= bin/rgettext ${WRKSRC}/samples/*.rb +RUBY_SHEBANG_FILES= ${WRKSRC}/samples/*.rb DOCS= ChangeLog NEWS README |