summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/rubygem-rubyinline/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/rubygem-rubyinline/Makefile b/devel/rubygem-rubyinline/Makefile
index 10f45fcdcd4a..08db5f3da6b5 100644
--- a/devel/rubygem-rubyinline/Makefile
+++ b/devel/rubygem-rubyinline/Makefile
@@ -3,6 +3,7 @@
PORTNAME= rubyinline
PORTVERSION= 3.12.4
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
DISTNAME= RubyInline-${PORTVERSION}
@@ -21,5 +22,8 @@ NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+USES= shebangfix
+SHEBANG_FILES= tutorial/example1.rb \
+ tutorial/example2.rb
.include <bsd.port.mk>