forked from Lainports/freebsd-ports
Mk/bsd.ruby.mk: Fix typo
Reported by: makc
Fixes: 633b51aa6f (lang/ruby31: Add new port)
This commit is contained in:
parent
dcd67527ab
commit
6fefa07c6f
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ PLIST_SUB+= ${PLIST_RUBY_DIRS:C,DIR="(${LOCALBASE}|${PREFIX})/,DIR=",} \
|
|||
RUBY26=${RUBY26} \
|
||||
RUBY27=${RUBY27} \
|
||||
RUBY30=${RUBY30} \
|
||||
RUBY30=${RUBY31}
|
||||
RUBY31=${RUBY31}
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
RUBY_FLAGS+= -d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue