diff options
author | knu <knu@FreeBSD.org> | 2006-06-07 14:44:54 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2006-06-07 14:44:54 +0800 |
commit | 53133a0ae5e28bbd7bb8477fbe6eaa7efc1b842b (patch) | |
tree | ae4464073339deeb64d988b359be9ceaa2509eb0 /devel | |
parent | d5e5ff2b3969a022af195f9dbc6f52ed20187ac9 (diff) | |
download | freebsd-ports-gnome-53133a0ae5e28bbd7bb8477fbe6eaa7efc1b842b.tar.gz freebsd-ports-gnome-53133a0ae5e28bbd7bb8477fbe6eaa7efc1b842b.tar.zst freebsd-ports-gnome-53133a0ae5e28bbd7bb8477fbe6eaa7efc1b842b.zip |
Permissions and shebang lines of bin/* scripts are taken care of
by the installer script.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-gettext/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-gettext/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-locale/Makefile | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/devel/rubygem-gettext/Makefile b/devel/rubygem-gettext/Makefile index 90832507aa6e..55edd03ad1ec 100644 --- a/devel/rubygem-gettext/Makefile +++ b/devel/rubygem-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 diff --git a/devel/rubygem-locale/Makefile b/devel/rubygem-locale/Makefile index 90832507aa6e..55edd03ad1ec 100644 --- a/devel/rubygem-locale/Makefile +++ b/devel/rubygem-locale/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 |