- Fix shebang fixing by specifying correct old ruby cmd
Approved by: portmgr blanket MFH: 2015Q4 (blanket)
This commit is contained in:
parent
0d093cdae0
commit
98fe3c7c74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400025
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= rdtool
|
||||
PORTVERSION= 0.6.38
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= textproc ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -16,6 +16,7 @@ NO_ARCH= yes
|
|||
|
||||
USES= shebangfix
|
||||
SHEBANG_FILES= bin/rd2 bin/rdswap.rb
|
||||
ruby_OLD_CMD= /usr/bin/ruby1.9.1
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
|
Loading…
Reference in a new issue