1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Permissions and shebang lines of bin/* scripts are taken care of

by the installer script.
This commit is contained in:
Akinori MUSHA 2006-06-07 06:44:54 +00:00
parent 217b3fa598
commit 9b992276c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164679
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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