aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 22:54:22 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 22:54:22 +0000
commit33fbac0a651b939ed55749c90e584148cfb03f23 (patch)
treecc64c3b77f3f00f91da70d3c1e4cb5b067b32818
parentcf7f417f1170afb4d9e6ebb8150367e3c86c3025 (diff)
downloadports-33fbac0a651b939ed55749c90e584148cfb03f23.tar.gz
ports-33fbac0a651b939ed55749c90e584148cfb03f23.zip
MFH: r396619
- Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket
Notes
Notes: svn path=/branches/2015Q3/; revision=396620
-rw-r--r--devel/rubygem-bio/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/rubygem-bio/Makefile b/devel/rubygem-bio/Makefile
index 682603d500f8..752a3a357510 100644
--- a/devel/rubygem-bio/Makefile
+++ b/devel/rubygem-bio/Makefile
@@ -3,6 +3,7 @@
PORTNAME= bio
PORTVERSION= 1.4.3.0001
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -15,6 +16,9 @@ LICENSE_COMB= dual
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+USES= shebangfix
+SHEBANG_FILES= sample/biofetch.rb
+ruby_OLD_CMD= /usr/proj/bioruby/bin/ruby
PLIST_FILES= bin/bioruby \
bin/br_biofetch.rb \