Fixes samples shebang

This commit is contained in:
Baptiste Daroussin 2014-04-07 13:55:46 +00:00
parent 71653085b8
commit 7a8bdd0dae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350478

View File

@ -11,9 +11,11 @@ COMMENT= A Ruby implementation of the gettext library
RUN_DEPENDS= rubygem-locale>=2.0.5:${PORTSDIR}/devel/rubygem-locale
USES= shebangfix
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
SHEBANG_FILES= samples/*.rb samples/cgi/*.rb
PLIST_FILES= bin/rmsgfmt bin/rmsginit bin/rmsgmerge bin/rxgettext
.include <bsd.port.mk>