www/rubygem-hamlit-rails: Fix /bin/bash shebang error during stage-qa

Approved by:	swills (mentor, implicit)
This commit is contained in:
Joseph Mingrone 2017-04-26 20:23:48 +00:00
parent 5c080a1bb1
commit d09d11f76f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439492

View File

@ -2,6 +2,7 @@
PORTNAME= hamlit-rails
PORTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@ -17,8 +18,9 @@ RUN_DEPENDS= rubygem-activesupport4>=4.0.1:devel/rubygem-activesupport4 \
rubygem-railties4>=4.0.1:www/rubygem-railties4
NO_ARCH= yes
USE_RUBY= yes
USES= gem
USES= gem shebangfix
bash_CMD= ${SH}
SHEBANG_FILES= bin/setup
.include <bsd.port.mk>